Skip to content

Commit

Permalink
Remove we
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Oct 12, 2023
1 parent ac989a0 commit d193c81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Training n°4 for NFT marketplace

![https://france-vins.eu/wp-content/uploads/2018/10/les-meilleures-caves-%C3%A0-vin-image.jpg](https://france-vins.eu/wp-content/uploads/2018/10/les-meilleures-caves-%C3%A0-vin-image.jpg)

We finish by using multi asset template.
Here is the multi asset template :

- you have an unlimited number of NFT collections
- you have an unlimited quantity of items in each collection
Expand Down Expand Up @@ -36,7 +36,7 @@ It means you will change the namespace from `SingleAsset` to `MultiAsset` everyw

You will re-introduce the `token_id` as there are several collections now.

We can remove `totalSupply` and add two extra key sets `owner_token_ids` and `token_ids`
Remove `totalSupply` and add two extra key sets `owner_token_ids` and `token_ids`

Change the `storage` definition

Expand Down Expand Up @@ -249,7 +249,7 @@ taq deploy nft.tz -e "testing"
└──────────┴──────────────────────────────────────┴───────┴──────────────────┴────────────────────────────────┘
```

**Hooray! We have finished the smart contract _(backend)_**
**The smart contract _(backend)_ is finished**

## :performing_arts: NFT Marketplace front

Expand All @@ -264,7 +264,7 @@ yarn dev

## Update in `App.tsx`

We forget about `token_id == 0` and fetch back all tokens.
Forget about `token_id == 0` and fetch back all tokens.
Replace the function `refreshUserContextOnPageReload` with the following content

```typescript
Expand Down

0 comments on commit d193c81

Please sign in to comment.