Giter Club home page Giter Club logo

truffle-proxy's Introduction

Welcome to truffle-proxy

Winning project at ConsenSys Grants Hackathon - New York - July 2019

See truffle-proxy-ui here

Extend Truffle CLI with EIP-1822 proxy support. Proxy support provides a simple upgrade path for contracts to maintain storage, while making changes to the underlying contract implementation.

Install

// tip: to start a new truffle project:
// truffle init
// within your truffle project:
npm init -y
npm install --save-dev git+https://github.com/mdcoon/truffle-proxy

Add the following to your truffle-config.js

  plugins: [
    "truffle-proxy"
  ]

Usage

Add proxy support to a truffle project

Generates EIP-1820 compatible proxy implementation along with example files and unit tests for your project.

truffle run create-proxy

Run unit tests

Executes all unit tests against an embedded Ganache blockchain compatible with proxy contract.

truffle run test-proxy

Display summary network info

Displays a summary of network / address information for deployed contracts. Includes details highlighting proxy contracts.

truffle run summarize-proxy

Authors

๐Ÿ‘ค Mike Coon

๐Ÿ‘ค Harvinder Ghotra

๐Ÿ‘ค Mitchell Opatowsky

๐Ÿ‘ค Mike Powers

๐Ÿ‘ค Will Shahda

Show your support

Give a โญ๏ธ if this project helped you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.