Official Repository for the InvArch FRAME Pallet Library 💡Built on Substrate
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.
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.
Multichain Multisig
- Please see theSaturn SDK
below.DAO Staking
- https://www.tinker.network/staking
Saturn SDK
- https://github.com/InvArch/saturn-sdk
INV4
- Account structure & ownership ontology protocolRules
- layer for defining custom account permissionsRings
- XCM abstraction layerOCIF
- DAO Staking & Farming protocol
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!
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.