Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 9, 2023
1 parent fafc207 commit 82e89c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This is an example app of cross-chain counter using

```
git clone https://github.com/zeta-chain/template
cd template
yarn
```

## Create a new contract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ capabilities using

![Cross-chain NFT transfer](/img/graphs/cross-chain-nft-transfer.svg)

## Set Up Your Environment
## Set up your environment

```
git clone https://github.com/zeta-chain/template
cd template
yarn
```

## Create a new contract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ message.

```
git clone https://github.com/zeta-chain/template
cd template
yarn
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ from one chain to another using the
- [Yarn](https://yarnpkg.com/) v1 or later
- [Git](https://git-scm.com/)

## Set Up Your Environment
## Set up your environment

```
git clone https://github.com/zeta-chain/template
cd template
yarn
```

## Create the Contract
Expand Down

0 comments on commit 82e89c4

Please sign in to comment.