-
Notifications
You must be signed in to change notification settings - Fork 214
Runbook: RUN Protocol Preview
Dan Connolly edited this page Apr 22, 2022
·
25 revisions
context: #5062 Install RUN Protocol Preview release in devnet
- announce in discord
- voting with keplr notes (with video)
- draft proposal title, description
- post to commonwealth?
what version, exactly?
git clone ...
yarn
yarn build
cd packages/solo
# NETCONFIG_URL=https://stage.agoric.net/network-config # for practice
NETCONFIG_URL=https://devnet.agoric.net/network-config
export AG_SOLO_BASEDIR=/tmp/stage20 # directory of your choosing
./bin/ag-solo setup --netconfig=${NETCONFIG_URL}
This takes several minutes and costs quite a few RUN. I think enough RUN is automatically provisioned above.
cd ../../packages/run-protocol
yarn build # not necessary, by design, but a worthwhile double-check
yarn deploy
this prototype from PR 5165 needs work:
cd ../cosmic-swingset
make start-committee VOTE_PROPOSAL=1 # salt to taste
make start-runStake VOTE_PROPOSAL=2
make gov-q
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/