filecoin-saturn / contracts

contracts
6 stars 0 forks source link

feat: convert bindings to a cli #13

Closed alexander-camuto closed 1 year ago

alexander-camuto commented 1 year ago

Feat: Converts the bindings to a simple cli interface within ./cli.

```bash
cd ./cli
cargo run --bin saturn-contracts deploy -S secrets/.secret -U https://api.hyperspace.node.glif.io/rpc/v1

Fix: Ensures the bindings adhere to the latest ethers Abigen formatting.