• Stars
    star
    186
  • Rank 206,586 (Top 5 %)
  • Language
    Rust
  • License
    GNU General Publi...
  • Created almost 5 years ago
  • Updated about 2 months ago

Reviews

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

Repository Details

A repo for the Nodle blockchain node β›“

Nodle Chain

A Blockchain node for the Nodle Parachain to connect and secure the next trillion things.

Built on Substrate.

Read the documentation

Live networks

Eden

Syncing Nodle's Parachain (codename: eden) is done easily via:

cargo run --bin nodle-parachain --release -- --chain eden

There are a few more chains available, such as eden-testing or dev.

Development

Building

cargo build

Testing

cargo test --all

Installing

cargo install

Run a local parachain and relay chain

Assuming that polkadot is in /usr/local/bin and that you installed polkadot-launch you can simply use this command:

cargo build --release -p nodle-parachain && polkadot-launch launch.json

Usage

With docker

  1. Build the image: docker build -t nodle/chain -f .maintain/docker/Dockerfile ..
  2. Run it: docker run -v /path/to/local/repertory:/data -p 9944:9944 -it nodle/chain.

More Repositories

1

Nodle-I-Ching

TypeScript
273
star
2

nodlesdk-quickstart-android

Quickstart for the latest NodleSDK on Android
Kotlin
19
star
3

substrate-client-kotlin

Substrate RPC-client implementation made in pure Kotlin.
Kotlin
16
star
4

docs.nodle.com

JavaScript
14
star
5

nodlesdk-quickstart-ios

Quickstart for the latest NodleSDK on iOS
Swift
11
star
6

n1

C
11
star
7

dtn7-kotlin

Delay-tolerant networking software suite for Kotlin, Bundle Protocol Version 7
Kotlin
10
star
8

action-try-runtime

Dockerfile
7
star
9

libwhisper-android

Android implementation of the Whisper Tracing protocol https://www.coalitionnetwork.org/
Kotlin
6
star
10

NodleSDK-Release

Repository that contains release build and podspec of NodleSDK
Objective-C
4
star
11

nodle-rosetta-server

TypeScript
3
star
12

subquery

Nodle's subquery-based API server
TypeScript
3
star
13

smart-mission-contracts

A library of smart contract samples for smart missions
Rust
2
star
14

nodle4stakers

Quick start utility scripts & guide to run nodle staker validator's node.
Shell
2
star
15

nodlesdk-unity

ShaderLab
2
star
16

action-cargo-source

Source container for GH action action-cargo
Dockerfile
2
star
17

action-cargo

Github action packed with a docker image
1
star
18

chain-loadtest

TypeScript
1
star
19

PKI

Rust
1
star
20

users-marketcap-ratio

Rust
1
star
21

busypot

This tool offers a mix of useful commands for interacting with Nodle parachain or any other compatible substrate based parachain. The commands specially include propose-xcm which allows a member of technical committee to propose a native transaction on the relay chain on behalf of Nodle.
Rust
1
star
22

rosetta-typescript-sdk

TypeScript
1
star
23

rollup

Nodle Network on zkSync/EVM
Solidity
1
star