From 2b9dfe69e2c19032300c6a94bc6496fc8cc7bfe7 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Wed, 10 Jan 2024 11:00:02 -0500 Subject: [PATCH] docs: Improve the description of build-contract-deployer.js --- contract/scripts/build-contract-deployer.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contract/scripts/build-contract-deployer.js b/contract/scripts/build-contract-deployer.js index 1986482..f9732f1 100644 --- a/contract/scripts/build-contract-deployer.js +++ b/contract/scripts/build-contract-deployer.js @@ -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 */