Skip to content

tsfnetwork/smart-dapp

Repository files navigation

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