risc0 / blobstream0

Apache License 2.0
6 stars 1 forks source link

Generate compiled artifact on build #3

Closed austinabell closed 2 months ago

austinabell commented 3 months ago

Currently, the ABI/bytecode artifact is generated manually on changes when running:

forge build --silent && jq '.' ./out/Blobstream0.sol/Blobstream0.json > artifacts/Blobstream0.json

Where this should be done at build time, to speed up development.

Also, there are a bunch of generated structs from solidity files, should use this for all likely for consistency.