Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from Agoric/samsiegart-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
samsiegart authored Apr 9, 2022
2 parents 67de30d + 91fb370 commit d97d195
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ TL;DR:
The Fungible Faucet Dapp sends tokens to a user's wallet when they
click the "Mint Fungible Tokens" button.

Install the [prerequisites](https://agoric.com/documentation/getting-started/before-using-agoric.html). Then in a first terminal in the directory where you want to put your dapp, install the dapp:
Install the [prerequisites](https://agoric.com/documentation/getting-started/before-using-agoric.html). Then checkout the latest `beta` release for the sdk:
```sh
agoric init --dapp-template dapp-fungible-faucet my-fungible-faucet
cd agoric-sdk
git checkout beta
yarn && yarn build
```

Then in a first terminal in the directory where you want to put your dapp, install the dapp:
```sh
agoric init --dapp-template dapp-fungible-faucet --dapp-branch beta my-fungible-faucet
cd my-fungible-faucet
# Start the Agoric platform
agoric install && agoric start --reset
Expand Down

0 comments on commit d97d195

Please sign in to comment.