Creating a Coin on Neo
Apr 30, 2024 12:03:09 AM
Creating a Cryptocurrency with Neo
In this guide, we will show you how to create a cryptocurrency on the Neo blockchain. To ensure our currency can be used on wallets and other exchanges, we will follow the NEP-17 standard.
Coin Contract
Our contract will implement all the NEP-17 methods and features. This will create a new token that can be used as a cryptocurrency on the Neo blockchain. This test token will be called COIN
.
Before you begin
Before you begin, you will need to install the following tools:
The extension will automatically download and install the tools you need to start developing on the Neo blockchain.