- Follow the steps here to install the
agoric-sdk
and agoric CLI tool - Checkout the latest beta release for
agoric-sdk
:git checkout beta
- Git clone this repository, and pull down the latest from branch
beta
- Navigate to where you cloned
dapp-amm
, and doagoric install
- To start a local chain for development, do
agoric start --reset --verbose
- In another terminal, in
treasury
, doui/use-on-chain-config.js
. This will use the default on-chain settings. - To start the UI locally, do
cd ui && yarn start
- Open your wallet with
agoric open
Instead of using the default on-chain settings, you can deploy the
contract and api by using the scripts in exampleDeployScripts
as
templates to get started.