Skip to content

Commit

Permalink
add mops to README
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Sep 8, 2024
1 parent 6e11a44 commit ec1c7f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions motoko/basic_bitcoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ git clone https://github.com/dfinity/examples
cd examples/motoko/basic_bitcoin
```

### Install MOPS

[Install](https://docs.mops.one/quick-start#2-install-mops-cli) the MOPS package
manager, e.g., by running

```bash
curl -fsSL cli.mops.one/install.sh | sh
```

### Acquire cycles to deploy

Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles) (the equivalent of "gas" in other blockchains). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet.md).
Expand Down

0 comments on commit ec1c7f4

Please sign in to comment.