diff --git a/pages/tokenscript/tokenscript-cli/quick-start-tokenscript-cli.mdx b/pages/tokenscript/tokenscript-cli/quick-start-tokenscript-cli.mdx index 5fc158e..a1cb436 100644 --- a/pages/tokenscript/tokenscript-cli/quick-start-tokenscript-cli.mdx +++ b/pages/tokenscript/tokenscript-cli/quick-start-tokenscript-cli.mdx @@ -15,13 +15,13 @@ In this tutorial you will: Before starting this tutorial you must: -1. [Install Node.js](./references.md) +1. [Install Node.js](./references.mdx) 2. Install Python 3. Install TokenScript CLI ### Install TokenScript CLI -Before install TokenScript CLI, you must [check the Node.JS version](./references.md). +Before install TokenScript CLI, you must [check the Node.JS version](./references.mdx). ```sh npm2yarn copy npm install -g @tokenscript/cli @@ -38,8 +38,8 @@ Run these commands to create a TokenScript project for USDC (ERC-20) token. The > mkdir quickstart > cd quickstart -> tokenscript create -? Select project template Empty Project: An empty TokenScript project +> tokenscript create +? Select project template Empty Project: An empty TokenScript project ? Enter a name for the TokenScript project: USDC ? Select the token type: erc20 ? Enter the ethereum contract address for the TokenScript: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 @@ -90,8 +90,11 @@ In this step, you need to prepare following informations: - A URL for your tokenscript website. - An icon URL for your tokenscript. +```sh copy +tokenscript create +``` + ``` -> tokenscript create ? Select project template Empty Project: An empty TokenScript project ? Enter a name for the TokenScript project: USDC ? Select the token type: erc20