This project is a simple dApp webpage meant that allows a minter to create tokens by simply clicking a button.
This is simply a demo complement to this ERC20 compliant token project.
Simply to test the minting functionality. The smart contract is currently deployed on the rinkeby
network.
As for this client its hosted here.
To setup and run the project, an individual machine requires a working version of node and npm. This project was bootstraped using node --version v8.9.4 and npm 5.6.0. It is recommended to use at least this version of the node and npm dependencies. Here is a good tutorial on how to install nodejs using nvm.
To clone project execute the following command from terminal
git clone https://github.com/oaks-view/minter-client.git
Assuming that the project is already cloned. Open a new terminal window and navigate into the project directory and into the root folder. Then
- Run the following command
npm install
- Next run
npm run build
In the root directory of the project execute the following command to run linting analysis on smart contract.
npm run lint