Skip to content

Releases: agoric-labs/ag-power-tools

contractStarter deployed to local chain

16 Jan 07:09
Compare
Choose a tag to compare
Pre-release

oops... I used the wrong branch. 6d3ea2d is the version corresponding to these assets
never trust a release with a 0 on the end :)

To build the .json bundle:

yarn bundle-source --cache-json bundles/ src/contractStarter.js contractStarter

To build the core eval script and permit:

$ yarn build:deployer
yarn run v1.22.19
$ rollup -c rollup.config.mjs src/start-contractStarter.js

src/start-contractStarter.js → bundles/deploy-starter.js...
bundles bundle-contractStarter.js valid: 131 files bundled at 2024-01-16T06:46:22.634Z
@@@emit permit
created bundles/deploy-starter.js in 51ms
Done in 0.31s.