Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.19 KB

07-source-code.md

File metadata and controls

31 lines (21 loc) · 1.19 KB

Source Code

InvArch is an oper source project. The main InvArch repo can be found here:

{% embed url="https://github.com/InvArch/InvArch-Node" %} InvArch Runtime Repo {% endembed %}

InvArch provide open souce pallet library for the community/project who would benefit from implementing Intellectual Property (IP) Management and cross-chain authentication (XCA) on their Substrate-based runtime. The InvArch Frames repo can be found here:

{% embed url="https://github.com/InvArch/InvArch-Frames" %} InvArch Pallet Frames Repo {% endembed %}

InvArch is implemented using Substrate framework. The source code for Substrate can be found here:

{% embed url="https://github.com/paritytech/substrate" %} Parity's Substrate Framework {% endembed %}

We also work on Ethereum compatibility features with Parity's Frontier. Source code for Frontier can be found here:

{% embed url="https://github.com/paritytech/frontier" %} Parity's Frontier {% endembed %}

We also implement ink! Smart Contract written in Rust which are compatible with WASM provided by Parity. Source code for ink! Smart Contract can be found here:

{% embed url="https://github.com/paritytech/ink" %} Parity's ink! Smart Contract {% endembed %}