Skip to content

LambdaBen/Test_tutorial_240904

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodit EVM Tutorials

Hello world! Welcome to the Nodit EVM Tutorials! Tutorials are structured as follows:

  1. NFT Tutorial
  2. Token Tutorial

Sign up for Nodit and Connect to EVM Chains

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.

Sign up for Nodit

If you need more details about Nodit, you can get more information in Nodit Developer Portal. Nodit Developer Portal


Set up Execution Environment

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

Set up modules

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

Managing environment variables

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

Execute tutorials

If you have completed all the steps, you can execute the tutorials using the command below:

$ npm run dev

More details about tutorials

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!

Go to Nodit Developer Portal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published