This package contains deployment facilities for the Portfolio contract.
This package follows the Agoric deployment pattern:
agoric run ./src/access-token-setup.build.js \
[--beneficiary=agoric1...]
beneficiary defaults to gov1
Then submit the resulting bundles and core-eval as usual.
agoric run src/chain-info.build.js --net=devnet --peer=...
... IOU; see also branch by Fraz
yarn deploy:devnet
...IOU some detail; see internal chat...
src/portfolio-start.core.ts
- Core evaluation script for contract instantiationsrc/portfolio.build.js
- Build script for generating deployment bundlessrc/axelar-configs.js
- Environment-specific Axelar chain configurationsdist/
- Generated contract bundles and deployment artifactsbundles/
- Contract bundles for deployment# Build contract bundles
yarn build
# Run tests
yarn test