alloy-rs / examples

Example code for using alloy and alloy-core
Apache License 2.0
136 stars 34 forks source link

how to generate artifact like examples/artifacts/Counter.json #130

Closed sxfreesky123 closed 3 months ago

sxfreesky123 commented 3 months ago

I want use the sol macro simple as in the examples/contracts/examples/deploy_from_artifact.rs ` sol!(

[allow(missing_docs)]

#[sol(rpc)]
Counter,
"examples/artifacts/Counter.json"

); `

sxfreesky123 commented 3 months ago

had resolve it