Skip to content

xinbenlv/eip-2135

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIP-2135 Consumable Interface Working Repository

Build Status CircleCI

Development

Development requires truffle

Setup

cd impl
npm i

Also install a local Ethereum testnet provider. We recommend Ganache.

Run Tests

cd impl
npx truffle test

You will need to start an instance of Ethereum testnet. Ganache provides it with a default endpoint, port and network Id. You will need to make sure it matches the truffle.config.js

{
    test: {
      host: "127.0.0.1",     // Localhost (default: none)
      port: 7545,            // Standard Ethereum port (default: none)
      network_id: "5777",       // Any network (default: none)
    }
}

About

Work directory for EIP 2135

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published