virto-node
virto-node copied to clipboard
Virto Network blockchain node.
Kabocha is a radically simplified substrate network with an intitial distribution based on edgeware. The network is fully diluted (69m tokens). Propose existing governance and pallets are removed to enable...
We should create an abstraction for NFTs that allows other components of the system to easily deal with "listings" a way to define items that are priced in any given...
implement [statedtech](https://github.com/stated-tech/)'s [preferendum system and pallet](https://github.com/stated-tech/Preferendum) in krievo to enable root proposal/initiatives. > Root is a common good initiative which aims to tackle current issues with on-chain governance - low...
Each community has an NFT collection assigned to manage the memberships of their users, they should be able to deploy smart contracts that can add/remove/edit attributes from the NFTs and...
The `FeeHandler` in payments pallet returns a list of fees, that is, percentages of the total amount being transferred that need to be credited from the sender/receiver and sent to...
It makes sense to concentrate basic tools + functionalities within krievo allowing a collective/network/token to bootstrap in a simple, intuitive but fully decentralised process. Adding Basilisk's LBP pallet which is...
The current runtime configuration for adding/removing members of a community uses the same origin(`MemberMgmtOrigin = EitherOf`) that is the same for every community, new members are added via community referendum...
The main utility of memberships is to be able to interact with the blockchain without having to hold an asset as the membership contains an amount "auto-refilling gas". One way...