Skip to content

Commit

Permalink
crowdin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Nov 8, 2023
1 parent 1806120 commit ca75108
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/7.primitives/nft/interacting/bos.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ In order to use `nft_batch_mint` method of Mintbase store contract your account
:::

</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -130,6 +131,7 @@ const tokenData = Near.call(


</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -399,6 +401,7 @@ In the future, users may be required to register using an api key. For now, simp
:::

</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -440,6 +443,7 @@ const tokenData = Near.call("thomasettorreiv.mintbase1.near", "nft_transfer", {
```

</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -519,4 +523,5 @@ Near.call(
The method `nft_approve` will call `nft_on_approve` in `simple.market.mintbase1.near`.

</TabItem>
</Tabs>

</Tabs>
7 changes: 6 additions & 1 deletion docs/7.primitives/nft/interacting/near-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ In order to use `nft_batch_mint` method of Mintbase store contract your account
:::

</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -86,6 +87,7 @@ near call simple.market.mintbase1.near buy '{"nft_contract_id": "rubennnnnnnn.mi


</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -209,6 +211,7 @@ When someone creates a NFT on Mintbase they need to deploy their own NFT contrac
:::

</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -239,6 +242,7 @@ near call thomasettorreiv.mintbase1.near nft_transfer '{"token_id": "490641" "re
```

</TabItem>

</Tabs>

---
Expand Down Expand Up @@ -279,8 +283,9 @@ near call nft.primitives.near nft_approve '{"token_id": "3c46b76cbd48e65f2fc8847
Method `nft_approve` of a NFT contract also calls the `nft_on_approve` method in `simple.market.mintbase1.near` as a callback.

</TabItem>

</Tabs>

:::info
More examples of how to mint NFT, query metadata, attach NFTs to a contract call using `near-cli` you can [read here](/develop/relevant-contracts/nft).
:::
:::

0 comments on commit ca75108

Please sign in to comment.