G7DAO / seer

Apache License 2.0
8 stars 5 forks source link

`seer evm generate`: Deploy methods should store deployment information #101

Open zomglings opened 1 month ago

zomglings commented 1 month ago

By default, the deployment information (e.g. deployed contract address, deployer address, bytecode hash, size, etc.) should be stored in the ~/.seer/<chain_id>/<contract address>.json directory.

But there should also be a --outfile option that allows users to override the path at which the deployment information is stored.

zomglings commented 1 month ago

Whoever works on this issue has latitude to define the format of the JSON file. It's more important to just put something like this in place first and then tweak the format as we add more functionality to seer (e.g. proxy contract deployments and management).