From d5e5e66aed5837c7c993e337b5a647167b64d223 Mon Sep 17 00:00:00 2001 From: Francisco Valentim Castilho Date: Thu, 7 Mar 2024 02:16:06 -0300 Subject: [PATCH 1/2] Feat: new repo readme --- README.md | 67 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 96c77934..246ac21c 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,36 @@
- +

InvArch FRAME Pallet Library

Multichain MPC & DAO Infrastructure

-
+ Official Repository for the InvArch FRAME Pallet Library 💡Built on Substrate -
-
-[![Substrate version](https://img.shields.io/badge/Substrate-v3.0.0-E6007A?logo=Parity%20Substrate)](https://github.com/paritytech/substrate/releases/tag/v3.0.0) -[![Medium](https://img.shields.io/badge/Medium-InvArch-E6007A?logo=medium)](https://invarch.medium.com/) -[![License](https://img.shields.io/github/license/InvArch/InvArch?color=E6007A)](https://github.com/InvArch/InvArch/blob/main/LICENSE) -
+ [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FInvArch)](https://twitter.com/InvArchNetwork) [![Discord](https://img.shields.io/badge/Discord-gray?logo=discord)](https://discord.gg/invarch) [![Telegram](https://img.shields.io/badge/Telegram-gray?logo=telegram)](https://t.me/InvArch) +[![Knowledge Hub](https://img.shields.io/badge/🧠_Knwoledge_hub-gray)](https://abstracted.notion.site/Knowledge-Hub-eec0071f36364d6aa8138f0004ac8d85) +
+[![Substrate version](https://img.shields.io/badge/Substrate-v3.0.0-E6007A?logo=Parity%20Substrate)](https://github.com/paritytech/substrate/releases/tag/v3.0.0) +[![Medium](https://img.shields.io/badge/Medium-InvArch-E6007A?logo=medium)](https://invarch.medium.com/) +[![License](https://img.shields.io/github/license/InvArch/InvArch?color=E6007A)](https://github.com/InvArch/InvArch/blob/main/LICENSE) +[![Library Docs](https://img.shields.io/badge/Library-Docs%2Ers-E6007A?logo=docsdotrs)](https://invarch.github.io/InvArch-Frames/) -
- - + -## +--- ## 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. +This repository should contain 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. + +Check out the [Knowledge Hub](https://abstracted.notion.site/Knowledge-Hub-eec0071f36364d6aa8138f0004ac8d85), it is the perfect place to dive into all things InvArch ## Overview @@ -37,26 +38,34 @@ InvArch is a blockchain network & cross-consensus operating system for DAOs. Inv Currently, InvArch features a multichain multisignature solution & DAO staking protocol. -## Features - -- `Multichain Multisig` - Please see the `Saturn SDK` below. -- `DAO Staking` - https://www.tinker.network/staking - -### Resources +--- -- `Saturn SDK` - https://github.com/InvArch/saturn-sdk +# Pallet Library -### Custom Protocols & Pallets + ## [INV4](./INV4/pallet-inv4/) + - The INV4 pallet is designed to manage advanced virtual multisigs, internally referred to as cores. + - [`Docs.rs`](https://invarch.github.io/InvArch-Frames/pallet_inv4/index.html) + - Articles: + - [`The Saturn SDK.`](https://invarch.medium.com/the-saturn-sdk-c46b4e40f46e) + - [`The INV4 Protocol: The Core of the Creator Economy.`](https://invarch.medium.com/the-inv4-protocol-the-core-of-the-creator-economy-1af59fdbc943) + - [`🪐 Saturn: The Future of Multi-Party Ownership.`](https://invarch.medium.com/saturn-the-future-of-multi-party-ownership-ac7190f86a7b) + + ## [OCIF](./OCIF/staking/) + - The OCIF Staking Pallet is a pallet designed to facilitate staking towards INV-Cores within a blockchain network. + - [`Docs.rs`](https://invarch.github.io/InvArch-Frames/pallet_ocif_staking/index.html) + - Articles: + - [`The OCIF Protocol: Permissionless Funding for DAOs & Creators.`](https://invarch.medium.com/the-ocif-protocol-permissionless-funding-for-daos-creators-505aa18098f1) + - DAO Staking is live on [InvArch](https://portal.invarch.network/staking) and [Tinkernet](https://www.tinker.network/staking). -- `INV4` - Account structure & ownership ontology protocol -- `Rules` - layer for defining custom account permissions -- `Rings` - XCM abstraction layer -- `OCIF` - DAO Staking & Farming protocol + ## [Rings](./pallet-rings) + - The Rings pallet provides a cross-consensus message (XCM) abstraction layer for INV4 Cores. + - [`Docs.rs`](https://invarch.github.io/InvArch-Frames/pallet_rings/index.html) -## Testing Documentation + ## [Checked Inflation](./pallet-checked-inflation) + - The Checked Inflation pallet is designed to facilitate the inflationary aspect of a blockchain's economy. + - [`Docs.rs`](https://invarch.github.io/InvArch-Frames/pallet_checked_inflation/index.html) -- [INV4 Testing Documentation](https://gist.github.com/arrudagates/877d6d7b56d06ea1a941b73573a28d3f) -- [OCIF Testing Documentation](https://github.com/InvArch/InvArch-Frames) +--- ## How to contribute @@ -79,4 +88,4 @@ Please make sure to update tests as appropriate. ### License -[GPLv3.0](https://github.com/InvArch/InvArch/blob/main/LICENSE) +[GPLv3.0](https://github.com/InvArch/InvArch/blob/main/LICENSE) \ No newline at end of file From a51071a00c404f697f3299de8eb8e8524aca07a4 Mon Sep 17 00:00:00 2001 From: Francisco Valentim Castilho Date: Tue, 12 Mar 2024 00:43:53 +0800 Subject: [PATCH 2/2] Fix: Removed unnecessary text --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 246ac21c..0340ac0c 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@

InvArch FRAME Pallet Library

-

Multichain MPC & DAO Infrastructure

- - -Official Repository for the InvArch FRAME Pallet Library -💡Built on Substrate - [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FInvArch)](https://twitter.com/InvArchNetwork) @@ -88,4 +82,4 @@ Please make sure to update tests as appropriate. ### License -[GPLv3.0](https://github.com/InvArch/InvArch/blob/main/LICENSE) \ No newline at end of file +[GPLv3.0](https://github.com/InvArch/InvArch/blob/main/LICENSE)