Git Product home page Git Product logo

pepchain-config's Introduction

PepChain config and setup scripts

Churchill setup instructions

Connecting metamask

From the networks dropdown select custom rpc. In the rpcUrl field enter the following url:

https://churchill-rpc.pepchain.io/

Enter "PEP" under symbol and click save

Running a Churchill testnet node

Install the latest stable version of parity on your system. On Mac and most Linux systems it can be installed with the following command.

bash <(curl https://get.parity.io -L) -r stable

Clone this repo

git clone https://github.com/mickdegraaf/pepchain-config

Go the the right directory

cd pepchain-config/churchill

Run parity with the right config

parity --config full-archive.toml

Running a validator node on the Churchill testnet

Setting up a Locker contract

  • 1 Get some testnet PEP from the Telegram Channel
  • 2 Setup a new Locker contract here
  • 3 Lock some tokens in the contract via the UI

Setting up your node

  • 1 Do the above steps for running a node and close the parity process
  • 2 Edit the password in the node.pwds file. (Keep it somewhere)
  • 3 run the following command
    parity account new --config full-archive-validator.toml
  • 4 Copy the outputted address
  • 5 From the account you deployed the locker contract from set the validator as the copied address
  • 6 Export the generated key from pepchain-config/churchill/keys and import it in metamask. (the password is the one you enterred in node.pwds)
  • 7 On the locker contract page in the voting dashboard click the "SET AS LOCKER" Button and approve the transaction
  • 8 Edit the engine_signer value in full-archive-validator.toml to be the address you copied at step 4
  • 9 run the following command:
    parity --config full-archive-validator.toml

Happy Validating

pepchain-config's People

Contributors

mickdegraaf avatar

Watchers

James Cloos 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.