Skip to content

standardweb3/standard-substrate

Repository files navigation

Standard Substrate

banner

Github Actions status

GitHub release (latest by date) GitHub release (latest by date including pre-releases)

Tests run Build Binaries Build Runtime

Contact

For questions about interacting with Standard protocol, please visit our Discord server.

For security concerns, email contact@standard.tech.

Overview

This repo has the implementation for Standard Protocol in Parity Substrate.

Standard protocol is the omni-stablecoin protocol secured with stability mechanisms and collaterized by digital assets across blockchains.

Documentation

Documentation describing how Standard Protocol works is available here.

All documentation related to running a validator node can be found on gitbook.io.

Build

Up to date instructions on building this project can be found on gitbook.io.

Rust

Installation instructions can be found by navigating to Substrate docs.

Docker

If opting in to use Docker, you will need to install both Docker and Docker Compose. Up to date installation steps can be found here for Docker and for Docker Compose.

Cloning repository

This repository uses ORML repository submodule in root. In order to clone with submodule included use the following:

git clone --recursive https://github.com/digitalnativeinc/standard-substrate.git

If you cloned the repository already, use:

git submodule update --init

Building from source

All commands used are referenced in a Makefile.

Initialise Rust

This step is required to work with Substrate.

make init

Build project without running

make build