Skip to content

Substrate implementation of the Liberland Network node

Notifications You must be signed in to change notification settings

Filip-L/liberland_substrate

This branch is 14485 commits behind liberland/liberland_substrate:main.

Folders and files

NameName
Last commit message
Last commit date
May 5, 2023
May 5, 2023
Feb 20, 2024
Jun 23, 2023
Feb 21, 2024
Jan 8, 2023
Jun 23, 2021
Jan 6, 2022
Mar 18, 2023
Jun 23, 2023
May 11, 2023
Feb 1, 2024
Feb 7, 2024
Jan 31, 2024
Jan 30, 2024
Jan 30, 2024
Jan 31, 2024
Oct 5, 2023
Oct 5, 2023
Feb 1, 2024

Repository files navigation

GitHub tag (latest by date) Twitter

Liberland Blockchain

Liberland Logo

Liberland is a country established in 2015, on a no man’s land (terra nullius) between Croatia and Serbia (www.liberland.org). Liberland’s founders are blockchain and liberty enthusiasts. Liberland’s State project could be summarised by two concepts: Minimal state and distributive governance.

We want to make all e-government services available to our citizens using our substrate-based blockchain.

This repository contains the substrate-based implementation of Liberland blockchain node.

Documentation:

Interact with live testnets:

Contact:

Quick-start guide for developing locally

Install deps

sudo apt update
sudo apt install build-essential git clang curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-config
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add wasm32-unknown-unknown

Clone liberland_substrate repository

git clone https://github.com/liberland/liberland_substrate.git -b main
cd liberland_substrate

Run automated tests

cargo test --features runtime-benchmarks --no-fail-fast

Build and run development node

cargo run --release -- --dev

Development instance is a single-node testnet, in which standard development accounts (Alice, Bob, etc.) are endowed with assets. To interact with it, visit Polkadot.js Apps.

Further reading

Licensing

All code that is committed on behalf of Liberland is distributed under the MIT license. You may find a copy of the MIT license here. Alternatively, you may visit OpenSource.org.

About

Substrate implementation of the Liberland Network node

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 96.4%
  • Solidity 2.7%
  • Other 0.9%