GithubHelp home page GithubHelp logo

isabella232 / pooltogether-proxy-factory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pooltogether/pooltogether-proxy-factory

0.0 0.0 0.0 248 KB

Generic Proxy Factory for deploying proxies across different networks

JavaScript 0.30% Solidity 45.69% TypeScript 54.01%

pooltogether-proxy-factory's Introduction

PoolTogether Generic Minimal Proxy Factory

Coverage Status

CircleCI

PoolTogether uses the EIP-1167 Minimal Proxy Factory throughout its contracts. This repo provides this contract pattern as an npm package for use in other repo's deployment scripts.

Usage

Add package to repo using: yarn add @pooltogether/pooltogether-proxy-factory

Using hardhat and ethers.js, add the GenericProxyFactory singleton for the network of choice under the namedAccounts in your hardhat.config.js.

Deploy a new Proxy Contract:

    let { genericProxyFactoryAddress } = await getNamedAccounts()
    genericProxyFactoryContract = await ethers.getContractAt("GenericProxyFactory", genericProxyFactoryAddress)

    // deploy using create
    const implementationAddress = "<address>"
    const dataToCallOnNewProxy = "0x"

    const newProxyContractResult = await genericProxyFactory.create(implementationAddress, dataToCallOnNewProxy)

Installation

Install the repo and dependencies by running: yarn

Deployment

These contracts can be deployed to a network by running: yarn deploy <networkName>

Testing

Run the unit tests locally with: yarn test

Coverage

Generate the test coverage report with: yarn coverage

pooltogether-proxy-factory's People

Contributors

aodhgan avatar

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.