Skip to content

Commit

Permalink
docs: Improve the description of build-contract-deployer.js
Browse files Browse the repository at this point in the history
gibson042 committed Jan 24, 2024
1 parent db4e168 commit 2b9dfe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contract/scripts/build-contract-deployer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/**
* @file Permission Contract Deployment builder
*
* Creates files for starting an instance of the contract:
* * contract source and instantiation proposal bundles to be published via
* `agd tx swingset install-bundle`
* * start-offer-up-permit.json and start-offer-up.js to submit the
* instantiation proposal via `agd tx gov submit-proposal swingset-core-eval`
*
* Usage:
* agoric run build-contract-deployer.js
*/

0 comments on commit 2b9dfe6

Please sign in to comment.