filecoin-saturn / contracts

contracts
6 stars 0 forks source link

Cli commands for creating a new payout #14

Closed alexander-camuto closed 1 year ago

alexander-camuto commented 1 year ago

The saturn-contracts contains a method for easily deploying a new PayoutFactory. We should add another command that allows for us to simply interact with an already deployed contract to create a new payout:

saturn-contracts new-payout -U hyperspace.com -S path/to/secret --payout-csv path/to/csv --factory-addr 0xFACTORY
alexander-camuto commented 1 year ago

Resolved by #15