Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

social-technologies/v0

GitHub license GitLab Status PRs Welcome

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.

Running a node

Simply go to substrate.dev and follow the installation instructions.

Contributions & Code of Conduct

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.

Security

The security policy and procedures can be found in docs/SECURITY.md.

License

Development

Type definitions

{
  "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"
}