Assuming you have foundry installed
git clone --recursive https://github.com/0xduality/foundry-template
cd foundry-template
forge test
lib
├─ forge-std — https://github.com/foundry-rs/forge-std
├─ solbase — https://github.com/Sol-DAO/solbase
src
├─ Token — Simple ERC20 token contract
test
└─ Token.t — Tests
Create a .env file filling out the information in .env.example
yarn deploy
The following projects had a substantial influence in the development of this project.
These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk.