Social network substrate is a next-generation governance, financial, and social system built for the new internet (also known as Web 3.0) 🌍🌎🌏. For more info visit substrate.social.network.
Simply go to substrate.dev and follow the installation instructions.
Please follow the contributions guidelines as outlined in docs/CONTRIBUTING.adoc
. In all communications and contributions, this project follows the Contributor Covenant Code of Conduct.
The security policy and procedures can be found in docs/SECURITY.md
.
- Substrate Primitives (
sp-*
), Frame (frame-*
) and the pallets (pallets-*
), binaries (/bin
) and all other utilities are licensed under Apache 2.0. - Substrate Client (
/client/*
/sc-*
) is licensed under GPL v3.0 with a classpath linking exception.
{
"AttributeTransaction": {
"signature": "Signature",
"name": "Vec<u8>",
"value": "Vec<u8>",
"validity": "u32",
"signer": "AccountId",
"identity": "AccountId"
},
"Attribute": {
"name": "Vec<u8>",
"value": "Vec<u8>",
"validity": "BlockNumber",
"creation": "Moment",
"nonce": "u64"
},
"TokenId": "u64",
"SwapId": "u64",
"TokenBalance": "u64",
"MissionTokenId": "u32"
}