Recurring payments for Ethereum.
Based on the draft spec that's currently in development: sb777/erc-948-draft#1
Earlier discussions in the EIP issue: ethereum/EIPs#948 (comment)
- Node.js v8.9.4
- Ganache (or some other local test ethereum node)
- Browser with MetaMask
npm install
Deploy contract:
truffle migrate
cd app
npm install
npx webpack
npm start
Open in a browser: http://localhost:8000
You can use the webapp to approve the subscription contract address to make transfers of GTC tokens on your behalf.