For questions about interacting with Standard protocol, please visit our Discord server.
For security concerns, email [email protected].
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 describing how Standard Protocol works is available here.
All documentation related to running a validator node can be found on gitbook.io.
Up to date instructions on building this project can be found on gitbook.io.
Installation instructions can be found by navigating to Substrate docs.
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.
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
All commands used are referenced in a Makefile.
This step is required to work with Substrate.
make init
make build