/InvArch-Frames

InvArch FRAME Pallet Library - NFT, DAO, & IP Ownership Infrastructure for Substrate

Primary LanguageRustGNU General Public License v3.0GPL-3.0

InvArch FRAME Pallet Library

Multichain MPC & DAO Infrastructure


Official Repository for the InvArch FRAME Pallet Library đź’ˇBuilt on Substrate

Substrate version Medium License
Twitter URL Discord Telegram

Intro

This repository should contains the Substrate FRAME Pallets used in the InvArch blockchain, and reviews their relationships and functions. At the current stage, the goal of creating this document and repository is centered around getting feedback while we continue to write the code and develop InvArch. This is a WIP.

Overview

InvArch is a blockchain network & cross-consensus operating system for DAOs. InvArch revolves around on multi-party ownership & computation with a focus on non-custodial asset management, intellectual property rights facilitation, & DAO operations.

Currently, InvArch features a multichain multisignature solution & DAO staking protocol.

Features

Resources

Custom Protocols & Pallets

  • INV4 - Account structure & ownership ontology protocol
  • Rules - layer for defining custom account permissions
  • Rings - XCM abstraction layer
  • OCIF - DAO Staking & Farming protocol

Testing Documentation

How to contribute

We need volunteer developers to help this idea become a reality!

If you haven't already, come find us on the #InvArch Discord. We want you working on things you're excited about!

Submitting changes

Please send a GitHub Pull Request to InvArch with a clear list of what you've done (read more about pull requests). Please make sure all of your commits are atomic (one feature per commit).

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."

Please make sure to update tests as appropriate.

License

GPLv3.0