All Projects → digitalnativeinc → standard-substrate

digitalnativeinc / standard-substrate

Licence: Apache-2.0 license
substrate implementation of Standard protocol

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to standard-substrate

spec
Ecma TC53 spec work
Stars: ✭ 18 (+20%)
Mutual labels:  standard
stafi-node
StaFi Node Implementation
Stars: ✭ 39 (+160%)
Mutual labels:  substrate
ts-standard
Typescript style guide, linter, and formatter using StandardJS
Stars: ✭ 338 (+2153.33%)
Mutual labels:  standard
BrAPI
Repository for version control of the BrAPI specifications
Stars: ✭ 50 (+233.33%)
Mutual labels:  standard
substrate-contracts-node
Minimal Substrate node configured for smart contracts via pallet-contracts.
Stars: ✭ 70 (+366.67%)
Mutual labels:  substrate
guardian
Web3 Guardian - a blockchain monitoring and alerting tool
Stars: ✭ 34 (+126.67%)
Mutual labels:  substrate
standard
The Standard for Public Code - a model for public organizations to build their own open source solutions to enable successful future reuse by similar public organizations in other places.
Stars: ✭ 81 (+440%)
Mutual labels:  standard
substrate-graph
a compact graph indexer stack for parity substrate, polkadot, kusama
Stars: ✭ 28 (+86.67%)
Mutual labels:  substrate
digital-assets-association-poland
🐋 🐋 https://meetup.com/Silesia-Blockchain-Meetup 🐋 🐋
Stars: ✭ 14 (-6.67%)
Mutual labels:  substrate
scale.rb
Ruby SCALE Codec Library & Substrate Client
Stars: ✭ 17 (+13.33%)
Mutual labels:  substrate
pallet-contracts-waterfall
Collection of simple Substrate smart contract examples written in Rust, AssemblyScript, Solang and the smart contract language ink! to test substrates pallet-contracts module
Stars: ✭ 28 (+86.67%)
Mutual labels:  substrate
substrate-debug-kit
A collection of debug tools, scripts and libraries on top of substrate.
Stars: ✭ 96 (+540%)
Mutual labels:  substrate
sunshine
Governance + Bounty Platform
Stars: ✭ 44 (+193.33%)
Mutual labels:  substrate
SubstrateNetApi
Just another Substrate .NET API
Stars: ✭ 36 (+140%)
Mutual labels:  substrate
kleros-api-DEPRECATED
A Javascript library that makes it easy to build relayers and other DApps that use the Kleros protocol. DEPRECATED use https://github.com/kleros/archon for interfacing with standard arbitration contracts.
Stars: ✭ 20 (+33.33%)
Mutual labels:  standard
TranslucentMessages
Make the iOS Messages app translucent!
Stars: ✭ 18 (+20%)
Mutual labels:  substrate
javascript
Traveloka JavaScript style guide
Stars: ✭ 24 (+60%)
Mutual labels:  standard
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+386.67%)
Mutual labels:  substrate
reef-chain
EVM compatible chain with NPoS/PoC consensus
Stars: ✭ 142 (+846.67%)
Mutual labels:  substrate
fe-standard-config-seed
前端通用代码规范自动化接入
Stars: ✭ 18 (+20%)
Mutual labels:  standard

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 [email protected].

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].