Skip to content

Implementation of ERC948 - recurring payments for Ethereum

Notifications You must be signed in to change notification settings

thebrunchguy/ERC948

 
 

Repository files navigation

ERC948 Implementation

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)

Development

Prerequisites

  • Node.js v8.9.4
  • Ganache (or some other local test ethereum node)
  • Browser with MetaMask

Installation

npm install

Deploy contract:

truffle migrate

Run the webapp

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.

About

Implementation of ERC948 - recurring payments for Ethereum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.5%
  • HTML 16.5%