SubstrateNetApi icon indicating copy to clipboard operation
SubstrateNetApi copied to clipboard

Just another Substrate .NET API

SubstrateNetApi (NETStandard2.0)

Just another Substrate .NET API Build status nuget GitHub issues license contributors

SubstrateNetApi is written in NETStandard2.0 to provide maximum compatibility for Unity3D. Feedback, constructive critisme and disscussions are welcome and will help us to improve the API! (Telegram: @darkfriend77, Discord: darkfriend77#3753)

If you enjoy using SubstrateNetApi consider supporting me at buymeacoffee.com/darkfriend77

Substrate Version

Important This API is for the major release Substrate v3.0/0.9 – Apollo 14, for releases monthly-2021-10 and newer please refere to the Ajuna.NetApi

General information

This project has been started by darkfriend77 as a proove of concept in october'20, the goal was to proove Unity3D compatibility towards substrate. Substrate is a modular framework that enables you to create purpose-built blockchains by composing custom or pre-built components. After succeding every aspect crucial for developing mobile games on unity against substrate, the project decided to work further with the API and apply for a first open-grant from the Web3 Foundation.

ajuna-Header-1080p_with_logo

The project behind the SubstrateNetApi, is Ajuna Network and the flagship game DOTMog, backed by the swiss company BloGa Tech AG.

Table of Content

  1. Home
  2. Requirements
  3. Installation
  4. Usage
  5. Types
  6. Wallet
  7. Extension
  8. Testing
  9. Project

Other Projects

Those projects are related to the SubstrateNetApi, by either implementing the API or being supported in the API.

  • SubstrateNetApiExt, SubstrateNetApi Extension Template a simple template for custom extension that integrate a pallet or set of pallets functionality for SubstrateNetApi.
  • Unity3DExample, basic example of two test scenes implementing the substrate net api.
  • SubstrateUnityWalletSimple, simple test wallet integrating the substrate net wallet.
  • JtonNodeTemplate, basic node-template currently used for the integration test and as development base for pallets.
  • jton-pallet-template, Jeton Network Pallet Template, This is a template for a Jeton Network pallet which lives as its own crate so it can be imported into multiple runtimes. It is based on the "template" pallet that is included with the Substrate node template.

Special Thanks

  • https://github.com/gautamdhameja/sr25519-dotnet
  • https://github.com/usetech-llc/polkadot_api_dotnet