MokinToken is an open-source project on Github that allows for the creation of ERC20 tokens on the Ethereum blockchain. In this tutorial, we will guide you through the process of installing MokinToken on Linux Mint Latest.
Before you begin, ensure that the following prerequisites are met:
MokinToken is a Node.js project, so we will need to install Node.js to use it.
$ sudo apt-get install curl
$ curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
$ sudo apt-get install -y nodejs
$ node -v
Open the Terminal.
Navigate to the directory where you want to clone the MokinToken repository.
Clone the MokinToken repository by running the following command:
$ git clone https://github.com/nexus-uw/mokintoken.git
$ cd mokintoken/
$ npm i
.env.example
file to a new file named .env
by running the following command:$ cp .env.example .env
Open the .env
file in a text editor.
Configure the settings as per your requirements.
Save the file and close the text editor.
$ npm run migrate-rinkeby
Wait for the deployment process to complete. It may take a while depending on your internet speed.
Once the deployment process is completed, you will see the deployed contract address.
Congratulations! You have successfully installed and deployed MokinToken on Linux Mint Latest. You can now start developing your own ERC20 tokens on the Ethereum blockchain.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!