Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readme #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install
### Start a local devnet for testing and development

```
npx @alephium/cli@latest devnet start
cd docker && docker compose up -d
```

### Deploy the token faucet contract
Expand All @@ -30,8 +30,7 @@ npx @alephium/cli@latest devnet start
npx @alephium/cli deploy -n devnet
```

This will compile and deploy the token faucet contracts to all of the
4 groups on devnet.
This will compile and deploy the token faucet contracts to group 0 on devnet.

Before deployment, you might want to just compile and test the
contracts first:
Expand Down