npm install
- Download sources from https://github.com/planarnetwork/ticket-wallet
- Run Ganache
- Run
truffle deploy
insideticket-wallet
to deploy contracts - Connect MetaMask to your local Ganache node (localhost:8545)
- Import private key of the first Ganache account to MetaMask
ln -s ../ticket-wallet/build/contracts .
- Run
npm run dev
insideticket-wallet-playground
- Go to
http://localhost:3000/
Issues and PRs are very welcome.
This software is licensed under MIT.