Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.
/ dapp-amm Public archive

Automated market maker dapp built on Agoric

Notifications You must be signed in to change notification settings

Agoric/dapp-amm

Repository files navigation

Agoric AMM

Development

  1. Follow the steps here to install the agoric-sdk and agoric CLI tool
  2. Checkout the latest beta release for agoric-sdk: git checkout beta
  3. Git clone this repository, and pull down the latest from branch beta
  4. Navigate to where you cloned dapp-amm, and do agoric install
  5. To start a local chain for development, do agoric start --reset --verbose
  6. In another terminal, in treasury, do ui/use-on-chain-config.js. This will use the default on-chain settings.
  7. To start the UI locally, do cd ui && yarn start
  8. Open your wallet with agoric open

Reusing the code with other parameters

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.

About

Automated market maker dapp built on Agoric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published