Skip to content

Commit

Permalink
[Tutorials] Replacing the old "Your First NFT" tutorial entry functio…
Browse files Browse the repository at this point in the history
…n calls to use aptos_token.move and new indexer queries (aptos-labs#9424)

* Overwriting the old your-first-nft tutorial in the docs to replace the 0x3 contract calls with the aptos_token contract calls. Also added corresponding documentation tags to referenced indexer queries and the new token client calls.

* Changing simple-aptos-token.py to simple_aptos_token.py and updating the Makefile to include it as an example

* Changing `create_token` to `mint_token` in python tutorial and `createToken` in typescript to `mint`

* Updating typescript example to work correctly if indexer/fullnode chainId aren't in sync
  • Loading branch information
xbtmatt authored and Poytr1 committed Oct 4, 2023
1 parent 33fcb2e commit c1a3042
Show file tree
Hide file tree
Showing 7 changed files with 546 additions and 190 deletions.
Loading

0 comments on commit c1a3042

Please sign in to comment.