0.0.2 • Published 4 years ago
cloutcontracts v0.0.2
CCS/AGORIC

This is an Agoric DAPP implementation. This project is under development and lots of code needs to be updated/pushed.
This includes the code of Agoric's Fungible Faucet DAPP. This needs massive updating.
Install the prerequisites. Then in a first terminal in the directory where you want to put your dapp, install the dapp:
# Start the Agoric platform
agoric install && agoric start --resetIn a second terminal, deploy this contract and the API server
agoric deploy contract/deploy.js
agoric deploy api/deploy.jsIn a third terminal,
# Navigate to the `ui` directory and start a local server
cd ui && yarn startThen navigate to http://127.0.0.1:3000.
Using the Dapp
- Navigate to http://127.0.0.1:3000.
- Enter
agoric openin your terminal - A window for your wallet should open.
- Under "Dapps" in the wallet, enable the Dapp:
To learn more about how to build Agoric Dapps, please see the Dapp Guide.
See the Dapp Deployment Guide for how to deploy this Dapp on a public website.