Skip to content

Commit

Permalink
docs: minor last review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtribble committed May 15, 2020
1 parent 29cbe88 commit e00a379
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main/getting-started/deploying.md
Expand Up @@ -73,9 +73,10 @@ or remote chain. The local process has a `home` object, which contains
references to services on-chain, include `zoe`, the default `registry`, and the
application user's `wallet`. Deploying to the chain uploads
the bundled contract source code to the local process, and then uses its `zoe`
access (via that `home` object) to install the code on chain. All the commands
it uses can be used manually by the developer via the REPL associated with the
wallet.
access (via that `home` object) to install the code on chain.

Developers can use all the on-chain commands that deployment scripts use to deploy
contracts and dapps via the REPL associated with the wallet.

The deploy.js scripts run in an ephemeral Node.js outside of the swingset kernel.
The spawner runs within ag-solo, so is persistent. Once the deploy.js script ends,
Expand Down

0 comments on commit e00a379

Please sign in to comment.