Combine solidity contract in one source file.
STEPS:
- Make sure you have the correct dependencies installed
- Put your contract in
contractsfolder - Run
yarn build-contracts - Your combined source code will be at
buildfolder
Notes:
- Live contract built using solidity 0.7.6+commit.7338295f
- Optimization enabled at 200