Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Feb 20, 2024
1 parent 0e0bed9 commit 8e0cda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We use foundry extensively for maintaining and testing this contract suite:
### Clone this Repo

```shell
$ git clone https://github.com/bob-collective/StarterKit.git
$ git clone --recursive https://github.com/bob-collective/StarterKit.git
$ cd StarterKit/
```

Expand All @@ -41,6 +41,7 @@ $ forge fmt

### To Deploy HelloBitcoin Contract on testnet

- [Guide](https://support.metamask.io/hc/en-us/articles/360015289632-How-to-export-an-account-s-private-key) to get your private key from MetaMask.
```shell
export PRIVATE_KEY=0x<private_key>
export USDT_ADDRESS=0xF58de5056b7057D74f957e75bFfe865F571c3fB6
Expand Down

0 comments on commit 8e0cda5

Please sign in to comment.