# Proposal 39 - Project expenses one year reimbursement ### Description - Send reimbursement amount in TORN tokens to developer and immediately convert it in any stablecoin ### Requirements - Rust ([Need only for Windows](https://doc.rust-lang.org/cargo/getting-started/installation.html)) - Foundryup ([Windows](https://github.com/altugbakan/foundryup-windows), [Linux](https://book.getfoundry.sh/getting-started/installation)) - Node 16 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm)) ### Installation ```text git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-39-one-year-reimbursement cd proposal-39-one-year-reimbursement npm install ``` ### Testing ```text npm run test:windows ``` or ```text npm run test:linux ``` ##### Test with gas ```text npm run test:gas:windows ``` or ```text npm run test:gas:linux ``` ### Verification Amount of tokens is calculated in this [script](scripts/calculateReimbursement.ts) using Binance 7-day average price Test yourself: ``` npm run calculateReimbursementAmount ``` ### Contract Proposal deployed contract code: [0x585a4f4e377BA553ed2631626eA203DfbFEe37a5](https://etherscan.io/address/0x585a4f4e377ba553ed2631626ea203dfbfee37a5#code)