Hello world! Welcome to the Nodit EVM Tutorials! Tutorials are structured as follows:
- NFT Tutorial
- Token Tutorial
You can sign up for Nodit by clicking the link below. You can create a new account or sign up for Nodit using an existing Google account.
If you need more details about Nodit, you can get more information in Nodit Developer Portal. Nodit Developer Portal
To ensure a smooth tutorial experience, you need to install the following programs.
Install Node.js
Node.js is a runtime environment that allows you to run JavaScript code, which is necessary for executing TypeScript code.
Download Node.js You can verify the installation of Node.js by entering the following command in the terminal:
$ node -v
v20.11.0
The modules you need to try the tutorials are listed in the package.json file in each tutorial directory. You can set up the modules using the command below:
$ cd nft_tutorial // or cd token_tutorial
$ npm install
Each tutorial file has a .env file to manage its environment variables. You should fill in the variables to try the tutorials. An example is shown below:
VITE_API_KEY=Your_API_Key
VITE_PROTOCOL=ethereum
VITE_NETWORK=mainnet
If you have completed all the steps, you can execute the tutorials using the command below:
$ npm run dev
There is more information about the tutorials on the Nodit Developer Portal! Do you want to get more information about Nodit and the tutorials? If so, please visit our Developer Portal!