From bc5e3730c299240af1be9e21970d809324ffc4af Mon Sep 17 00:00:00 2001 From: master Date: Thu, 1 Feb 2024 10:43:12 +0000 Subject: [PATCH] move description of app to cyberver repo --- README.md | 105 +----------------------------------------------------- 1 file changed, 1 insertion(+), 104 deletions(-) diff --git a/README.md b/README.md index 2954eec..188fa64 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,7 @@ cargo run --bin schema - TODO protocol extension: subnetwork is about learning particle's subgraph - TODO daodao integration - TODO enriched original docs of the project -- TODO cyb app and art created for easier adoption image -- for convenience in app we took metaphor of magic school for gamification - - network => verse - - root => root - - subnetwork => faculty - - uid => ticket - - validator => medium - - delegate => class of medium - - miner => mage - - delagator => warrior +- TODO [cybverver](https://github.com/cybercongress/cyberver) and art created for easier adoption image - whats is better in comparison with bittensor - create you whole new network and token - manage your network using manual ux weights in app @@ -44,97 +35,3 @@ cargo run --bin schema - manage verses with daodao - participate in vibrant [[ibc]] ecosystem - trade against [[H]] and other [[cyber tokens]] -- [[O]] token is for the `cyber` verse -- create verse - - product - - explore epochs - - explore verses - - ListDeploidContracts - - explore verse - - listSubnetworks - - explore faculty - - listSubnetwork - - deploy verse - - InstantiateCybernet - - TODO burn 1 TH - - TODO pricing for verses - - max mentors - - max learners - - particle with description - - deploy faculty - - RegisterNetwork - - particle: - - DissolveNetwork - - netuid: u16 -- become mage - - product - - mining is hard - good visualization map of steps - - ```mermaid - flowchart LR - subgraph mage [become mage] - ChooseYourVerse[choose verse]-->BurnedRegister[buy ticket] - ChooseYourVerse[choose verse]-->Register[mine ticket] - end - subgraph teach [teach] - BurnedRegister-->ServeAxon[publish axon] - Register-->ServeAxon - ServeAxon-->|optional|ServePrometheus[publish stats] - ServeAxon-->|optional|Cyberlink[cyberlink] - ServeAxon-->SetWeights[set weights] - end - subgraph medium [become medium] - Cyberlink[cyberlink results]-->BecomeDelegate[attract warriors] - SetWeights-->BecomeDelegate - BecomeDelegate-->SetWeightsAsValidator[validate mages] - SetWeightsAsValidator-->RootRegister[prioritize learning] - end - - amazing personal dashboard of mage - - Register - - netuid: u16 - - block_number: u64 - - nonce: u64 - - work: Vec - - hotkey: String - - coldkey: String - - BurnedRegister - - netuid: u16 - - hotkey: String - - ServeAxon - - netuid: u16 - - version: u32 - - ip: u128 - - port: u16 - - ip_type: u8 - - protocol: u8 - - placeholder1: u8 - - placeholder2: u8 - - ServePrometheus - - netuid: u16 - - version: u32 - - ip: u128 - - port: u16 - - ip_type: u8 - - RootRegister - - hotkey: String - - BecomeDelegate - - hotkey: String - - take: u16 - - my verses and faculties with performance - - set weights for root and faculties - - SetWeights - - netuid: u16 - - dests: Vec - - weights: Vec - - version_key: u64 -- become warrior - - product - - explore mediums by their apr - - check consolidated stats on the particular medium - - check their answers - - stake on them - - AddStake - - hotkey: String - - amount_staked: u64 - - RemoveStake - - hotkey: String - - amount_unstaked: u64