Omni Bridge
xDai Bridge
Gnosis Beacon Chain Docs
Block Explorer
Search…
Welcome to Gnosis Chain🦉
About Gnosis Chain (GC)
Features
Projects & DApps
Use Cases
News & Information
FAQs
Roadmaps
For users
Getting Started with GC
xDai Stable Token
Bridges
Wallets
Applications & Metrics
Block Explorers
Governance
Incentives
For Stakers
STAKE / GNO Swap
Staking with GNO (current staking method)
POSDAO Staking and STAKE (previous staking method)
For developers
Developer Resources & Tools
Optimism: Optimistic Rollups on GC
Install Gnosis ChainClient - Run a Non-Validator Node
Stable Chain Network Deployment
1) Local Tooling Setup
2) AWS Initial Setup
3) Download & Launch Playbooks
4) Initial Instance Configurations
5) Reconfigure MoC Instance
6) Configure Bootnode Instance
7) Call Contract Methods using MyCrypto
8) Update spec.json file
9) Bridge Deployment
10) Deploy Consensus Contracts (on MoC node)
11) Generate Keys
12) Swap & Distribute Keys
13) Finalize Deployment
Appendix A: BlockScout Explorer
Appendix B: Launching Bridge UI
Appendix C: Governance DApps
Appendix D: Call Contract Methods using MyCrypto
On-Chain Random Numbers
Grants for building on Gnosis Chain
Immunefi Bug Bounty
Security Audits
For validators
Gnosis Beacon Chain Validators (GNO)
Consensus Validators ( POSDAO + STAKE)
Bridge Validators
Consensus Info: AuRa, POSDAO, SBC
Hard Forks
POSDAO Whitepaper
Contact & Media Info
Social Media & Community Channels
Media Kit
Contact us
Careers
Rollup Researcher
DevOps Engineer (Blockchain)
DevOps Engineer (BlockScout)
Elixir Developer (BlockScout)
Ethereum Core Developer (OpenEthereum)
Powered By
GitBook
8) Update spec.json file
1) Update
spec.json
on both
MoC node
and
rpc bootnode.
Stop Parity
1
sudo systemctl stop poa-parity
Copied!
Add
Registrar
contract address into
params
section of
spec.json
. Make sure it is the appropriate params section.
1
"name": "...",
2
"engine": {
3
...
4
},
5
"params": {
6
...,
7
"NetworkID": "xxx",
8
...,
9
"registrar": "0xREGISTRAR_ADDRESS"
10
},
11
...
Copied!
2) Restart Parity on both nodes.
1
sudo systemctl restart poa-parity && sleep 10 && sudo systemctl restart poa-netstats
Copied!
3) Check Netstat to ensure your nodes are communicating. They should display the same block hash for each block.
Open
http://1.2.3.4:3000
(using your Netstats url instance) to check your nodes.
Next:
Bridge Deployment
Previous
7) Call Contract Methods using MyCrypto
Next
9) Bridge Deployment
Last modified
2yr ago
Export as PDF
Copy link