• Stars
    star
    392
  • Rank 105,772 (Top 3 %)
  • Language
    Go
  • License
    GNU Lesser Genera...
  • Created over 5 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ•ΈοΈ Go Implementation of the Polkadot Host
Gossamer logo

Warning

The Gossamer Polkadot Host is pre-production software [2022-12-01]

Gossamer is a Golang implementation of the Polkadot Host: an execution environment for the Polkadot runtime, which is materialized as a Web Assembly (Wasm) blob. In addition to running an embedded Wasm executor, a Polkadot Host must orchestrate a number of interrelated services, such as networking, block production, block finalization, a JSON-RPC server, and more.

Getting Started

To get started with Gossamer, follow the steps below to build the source code and start a development network.

Prerequisites

Git is required to acquire the Gossamer source code, and Make is used to build it. Building Gossamer requires version 1.20 or higher of Golang.

Installation

Clone the Gossamer repository and checkout the development branch:

git clone [email protected]:ChainSafe/gossamer
cd gossamer
git checkout development

Build Gossamer:

make gossamer

Or build Gossamer and move the resulting executable to $GOPATH/bin:

make install

To install Gossamer

Use Gossamer

A comprehensive guide to Gossamer's end-user capabilities is located in the cmd/gossamer directory. What follows is a guide to Gossamer's capabilities as a Polkadot Host.

Chain Specifications

A chain specification is a JSON document that defines the genesis block of a blockchain network, as well as network parameters and metadata (e.g. network name, bootnodes, telemetry endpoints, etc). It is necessary to provide Gossamer with a chain specification in order to use it as a Polkadot Host. The Gossamer repository includes a number of chain specifications, some of which will be used in this guide.

Configuration Files

Gossamer exposes a number of configuration parameters, such as the location of a chain specification file. Although it's possible to use command-line parameters, this guide will focus on the usage of Gossamer TOML configuration files, which define a set of configuration values in a declarative, portable, reusable format. The chain specifications that are used in this guide are each accompanied by one or more configuration files.

Single-Node Development Network

The name of the Polkadot test network is "Westend", and the Gossamer repository includes a chain specification and configuration file for a single-node, local Westend test network.

First, initialize the directory that will be used by the Gossamer node to manage its state:

./bin/gossamer init --force --chain westend-dev

Now, start Gossamer as a host for the local Westend development chain:

./bin/gossamer --chain westend-dev

Multi-Node Development Network

The multi-node development network includes three participants: the Alice, Bob, and Charlie test accounts. In three separate terminals, initialize the data directories for the three Gossamer instances:

./bin/gossamer init --force --chain westend-local --alice
./bin/gossamer init --force --chain westend-local --bob
./bin/gossamer init --force --config westend-local --charlie

Then start the three hosts:

./bin/gossamer --chain westend-local --alice
./bin/gossamer --chain westend-local --bob
./bin/gossamer --chain westend-local --charlie

Contribute

Donate

Our work on Gossamer is funded by the community. If you'd like to support us with a donation:

ChainSafe Security Policy

We take all security issues seriously, if you believe you have found a security issue within a ChainSafe project please notify us immediately. If an issue is confirmed, we will take all necessary precautions to ensure a statement and patch release is made in a timely manner.

Reporting a Security Bug

Please email us a description of the flaw and any related information (e.g. reproduction steps, version) to security at chainsafe dot io.

License

GNU Lesser General Public License v3.0


More Repositories

1

lodestar

🌟 TypeScript Implementation of Ethereum Consensus
TypeScript
1,012
star
2

web3.unity

πŸ•Ή Unity SDK for building games that interact with blockchains.
C#
817
star
3

forest

🌲 Rust Filecoin Node Implementation
Rust
553
star
4

dappeteer

[DEPRECATED]πŸŒπŸΌβ€E2E testing for dApps using Puppeteer + MetaMask
TypeScript
486
star
5

ChainBridge

πŸŒ‰ Modular Multi-Directional Blockchain Bridge to interact with Multiple Networks; Ethereum, Ethereum Classic, Substrate, based chains. Stay tuned for ChainBridge Hub!
Go
463
star
6

mina-rs

Rust implementation of the Mina protocol, targeting Wasm and ARM architectures.
Rust
159
star
7

js-libp2p-gossipsub

TypeScript implementation of Gossipsub
TypeScript
127
star
8

chainbridge-solidity

βš™οΈ Solidity contracts for Sygma (ChainBridge)
JavaScript
119
star
9

filsnap

MetaMask snap for interacting with Filecoin dapps.
HTML
107
star
10

bls

πŸ’» Javascript Implementation of Boneh-Lynn-Shacham Signatures
TypeScript
92
star
11

chainbridge-core

🌁 Sygma core library (ChainBridge)
Go
91
star
12

go-schnorrkel

🍡 Schnorr Signatures over Ristretto255 in pure Go
Go
80
star
13

metamask-snap-polkadot

Metamask plugin for interacting with Polkadot dapps and other Substrate based chains.
TypeScript
77
star
14

chainbridge-substrate

Rust
55
star
15

Spectre

ZK coprocessor for verifying Beacon chain headers via Altair lightclient protocol
Rust
55
star
16

nodewatch-api

A devp2p crawler targeted at Eth2 nodes
Go
52
star
17

ui-monorepo

ChainSafe Files & Storage UI Monorepo
TypeScript
52
star
18

WeiPay

WeiPay is an open source cryptocurrency wallet available for both iOS and Android mobile devices. WeiPay will support Ethereum out of the box with added support for ERC-20 & ERC-223 tokens.
JavaScript
46
star
19

ChainGuardian

Eth2.0 desktop validator client
TypeScript
44
star
20

ssz

Typescript implementation of Simple Serialize (SSZ)
TypeScript
40
star
21

js-libp2p-noise

Noise libp2p handshake for js-libp2p
TypeScript
37
star
22

chainbridge-deploy

Deploy tooling for ChainBridge
JavaScript
35
star
23

Zipline-lightclient

Hackathon for EthBogota - An Eth2 light client using Cannon verifyable computation
C
30
star
24

discv5

A Typescript implementation of the Discv5 protocol
TypeScript
28
star
25

nodewatch-ui

TypeScript
27
star
26

chainbridge-ui

TypeScript
26
star
27

web3js-example-react-app

TypeScript
25
star
28

Multix

Use a Multisig to do anything, on Polkadot
TypeScript
24
star
29

denode

a mechanism for incentivizing full nodes
24
star
30

filecoindot

Filecoin to substrate bridge
Rust
24
star
31

chainbridge-substrate-chain

Simple Substrate chain for testing purposes
Rust
22
star
32

PINT

A Polkadot ecosystem index for investors. A self sustaining auction treasury for parachains.
Rust
21
star
33

eth-local

The purpose of eth-local is to offer a standardized way to store your keystore files on your local machine. While also allowing you to use them in browser.
JavaScript
21
star
34

chaindb

go key-value store using badgerDB
Go
20
star
35

as-sha256

AssemblyScript implementation of SHA256
WebAssembly
19
star
36

rust-libp2p-nym

implementation of a libp2p transport using the Nym mixnet
Rust
19
star
37

bls-keygen

Key management for BLS curves written in TypeScript and browser compatible
TypeScript
17
star
38

chainlink-cosmos

Chainlink on Cosmos: Cosmos SDK module for Chainlink data feeds
Go
17
star
39

bls-keystore

Implementation of bls keystore - EIP 2335
TypeScript
16
star
40

blst-ts

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library
C++
16
star
41

bls-js

BLS signature implementation
TypeScript
15
star
42

das-prototype

Research prototypes of Data Availability Sampling for Ethereum (WIP)
Rust
14
star
43

truffle-plugin-abigen

Truffle plugin to post-process contracts for go-ethereum's abigen
Solidity
14
star
44

Anemone

A testing tool that broadcasts batches of transactions and tests opcodes
TypeScript
12
star
45

web3-context

A React context implementation of Onboard.js & general utilities
TypeScript
12
star
46

chainbridge-core-example

Go
11
star
47

ethermint-deploy

JavaScript
11
star
48

audits

This is public repository that holds ChainSafe audit reports
11
star
49

persistent-merkle-tree

TypeScript
11
star
50

ssz-js

Simple Serialize in TypeScript
TypeScript
9
star
51

chainbridge-utils

Go
9
star
52

dapp-boilerplate

A shared boilerplate for Dapp development
TypeScript
9
star
53

forest-iac

Infrastructure as Code to support the Forest Filecoin project
HCL
9
star
54

ens-aztec-privacy

[BETA] Sending private transactions to ENS domains using Aztec and custom ENS Resolver contract.
Solidity
9
star
55

go-signature-adaptor

A pure Go implementation of ECDSA signature adaptors
Go
9
star
56

dotcon-0.5

Decentralized Networking with Libp2p
Go
8
star
57

lodestar-quickstart

Scripts to quick start Lodestar and execution clients pre and post-merge Ethereum.
Shell
8
star
58

api3-rust

Rewrite API3 Solidity contracts in Rust (for Solana, Near, Oasis)
Rust
8
star
59

W-OTS

Winternitz OTS+ implementation
Rust
7
star
60

hobbits-ts

A TypeScript implementation of the Hobbits Ethereum Wire Protocol
TypeScript
7
star
61

simpleserialize.com

TypeScript
7
star
62

hardhat-plugin-multichain-deploy

Solidity
7
star
63

go-cumulus

Go implementation of cumulus. for creating parachains with gossamer
Makefile
6
star
64

ChainSafe-Demo-WebGLProject-Files

Project Files For The ChainSafe Demo
C#
6
star
65

lazy-minting-server

Sample implementation of a lazy minting server
TypeScript
6
star
66

game-web3wallet

JavaScript
6
star
67

bls-hd-key

BLS key derivation and hd key utilities
TypeScript
6
star
68

ethersjs-genaddress

a simple script to generate an eth address utilizing ethers.js
JavaScript
6
star
69

eth-drive

eth-drive is the first disk utility tool designed for ethereum addresses
HTML
6
star
70

mina-snap

Metamask snap for interacting with mina procotol
HTML
6
star
71

eth2-light-client-demo

TypeScript
5
star
72

fil-secondary-retrieval-markets

Client and Provider implementations to enable secondary retrieval markets on Filecoin
Go
5
star
73

engineering-handbook

ChainSafe Engineering Handbook
JavaScript
5
star
74

serde-bin-prot

A Rust crate that adds serde support for the bin_prot serialization format
Rust
5
star
75

game-web3gl

JavaScript
5
star
76

files-cli

A cli tool to download and decrypt any file uploaded using ChainSafe Files
TypeScript
5
star
77

chainbridge-docs

HTML
5
star
78

js-libp2p-yamux

Typescript implementation of Yamux
TypeScript
5
star
79

TypeScript-Cli-Generator

A TypeScript CLI Template
TypeScript
5
star
80

enr-app

TypeScript
4
star
81

beacon-state-upload

TypeScript
4
star
82

AGP-Report

Report for the Aragon Chain
4
star
83

rust-bls-derivation

Rust
4
star
84

sha256-rust-wasm

A wrapper around rust implementation of sha256
Rust
4
star
85

EthIndia2019

JavaScript
4
star
86

marketplace-landing

This is the marketplace landing page, currently a waitlist.
TypeScript
4
star
87

Zipline-Casper

A prototype implementation of the Zipline block root oracle using Casper finality
Solidity
4
star
88

aleo-snap

JavaScript
4
star
89

subgraph-arweave-example

Example subgraph for Arweave
TypeScript
4
star
90

near-snap

TypeScript
4
star
91

persistent-ts

TypeScript
3
star
92

ECOHacks

JavaScript
3
star
93

web3.js-plugin-chainlink

TypeScript
3
star
94

discv5-cli

Discv5 CLI
TypeScript
3
star
95

chainbridge-celo

Go
3
star
96

chainbridge-celo-solidity

JavaScript
3
star
97

metamask-eth2

Metamask snap plugin for eth2
HTML
3
star
98

chainbridge-substrate-events

Event definitions for GSRPC from the ChainBridge substrate pallet
Go
3
star
99

sha256-benchmarks

Benchmarks suite for various sha256 implementations
JavaScript
3
star
100

EthereumRPCSharp

Another .Net implementation of the Ethereum RPC
C#
3
star