papermoonio / moonbase-mintableERC20

A Interface to Mint different ERC20 Tokens on Moonbase Alpha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard to Mint Different ERC20 Tokens in Moonbase Alpha

Getting started

Clone the repo:

git clone https://github.com/albertov19/moonbase-mintableERC20
cd moonbase-mintableERC20/mintableERC20-interface

Install dependencies:

npm i

Start dev server (localhost:3000 by default):

npm run dev

Start production server (localhost:3000 by default):

npm run start

Contract

The contract deployment script was included as well.

Have Fun :)

About

A Interface to Mint different ERC20 Tokens on Moonbase Alpha


Languages

Language:JavaScript 84.5%Language:Solidity 15.5%