solidity-bytes-utils
solidity-bytes-utils copied to clipboard
Improve foundry setup
In this PR
- Remove
dependenciesfrompackage.json- The
forge-stddependency is quite outdated, preferred way of installing this isforge install foundry-rs/forge-std - These dependencies are not required in production yet they would end up being installed in users'
node_modules(as opposed todevDependencies)
- The
- Add
foundry.tomland removeremappings.txt - Add a basic github workflow to test code once pushed (see the latest run here - I believe I'd need to get approved for this action to run for this PR)
@niran let me know if there are any changes you'd like to me to make, more than happy to oblige!