A deployer for setting up a simple minimalist boilerplate for Solidity developers.
Fork this or download SolidState.js and edit it to set up your own config files and .env files.
Be careful with private keys, don't upload them to Github or you will lose funds. Use a separate wallet for testing and development work.
If you want to learn more about blockchain development and decentralized finance check my blog at https://jamesbachini.com
- Hardhat
- Foundry
- OpenZeppelin
NodeJS and Rust
Just rund the file with Node and then execute your tests
node ./SolidStart.js
npx hardhat test
forge test