Giter VIP home page Giter VIP logo

optimism_builder's Introduction

optimism_builder

user-friendly tool to build your optimism mainnet

configuration ( .env.example )

common

  • CONFIG_DIR: Directory that will store config data (default ../config)
  • L1_CHAIN_ID: L1 chain id (default 11155111)
  • L1_RPC_URL: L1 RPC endpoint
  • L1_RPC_KIND: The type of RPC provider (default standard)
  • L2_CHAIN_ID: Your L2 chain id

init node

  • PRIORITY_GAS_PRICE: Gas price during deploy contracts (default 10000)
  • FAUCET_ADDRESS: Charging address
  • FAUCET_PRIVATE_KEY: Charging private key; Be careful about security
  • FAUCET_AMOUNT_ADMIN: Faucet amount eth to admin (default 0.5)
  • FAUCET_AMOUNT_BATCHER: Faucet amount eth to batcher (default 0.2)
  • FAUCET_AMOUNT_PROPOSER: Faucet amount eth to proposer (default 0.1)

run node

  • L1_BEACON_URL: L1 Beacon endpoint
  • GETH_DATA_DIR: Directory that will store chain data (default ../geth_data)
  • SEQUENCER_MODE: If true, run sequencer mode (default true)
  • MAX_CHANNEL_DURATION: batch time submitted to the L1. ( default 1500 )
  • SEQUENCER_HTTP: Sequencer node URL, only used for not sequencer mode
  • BOOTNODES: Bootnode URL, only used for not sequencer mode

bridge

  • L2_RPC_URL: L2 RPC endpoint (default http://localhost:8545)

init your node

make init

run your node

make run

run blockscout

make scan

bridge eth / erc20 ( L1 <-> L2 )

make bridge

optimism_builder's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.