Skip to content

devbootstrap/erc-721-payment-transactions-demo

Repository files navigation

ERC 721 Simple Demo App

This application was created using the Tuffle Webpack Box.

Run the app!

You will need ganache-cli and truffle installed. Then...

Start Ganache

ganache-cli -m 'theme narrow finger canal enact photo census miss economy hotel often'

Compile and migrate conrtracts

npm install
truffle compile
truffle migrate --reset

Run the app

cd app
npm install [email protected] -D  # Required to fix 'cannot find module webpack-cli/bin/config-yargs' issue
npm install
npm run dev

Open the app and play around!

The app is now running at http://localhost:8080/

About

A simple app to demo minting and swapping erc-721 tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published