Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 557 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 557 Bytes

MetaMask Smart Dapp

Smart Generator allows you to create new default tokens or mint/burn tokens.

Another smart contract will be added in the future which will provide more options.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/tsfnetwork/smart-dapp
# Go into the repository
cd smart-dapp
# Install dependencies
npm install
# Run the app
npm start
# Build for production
npm run build