Skip to content

oaks-view/minter-client

Repository files navigation

minter-client

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.

Prerequisites

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.

Install / Build project

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

linting

In the root directory of the project execute the following command to run linting analysis on smart contract. npm run lint

Author

Moses Igbuku email

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published