Skip to content

0xduality/foundry-template

Repository files navigation

Foundry Template • license solidity

Getting Started

Assuming you have foundry installed

git clone --recursive https://github.com/0xduality/foundry-template
cd foundry-template 
forge test

Blueprint

lib
├─ forge-std — https://github.com/foundry-rs/forge-std
├─ solbase — https://github.com/Sol-DAO/solbase
src
├─ TokenSimple ERC20 token contract 
test
└─ Token.t — Tests

Deploying

Create a .env file filling out the information in .env.example

yarn deploy

License

AGPL-3.0-only

Acknowledgements

The following projects had a substantial influence in the development of this project.

Disclaimer

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published