Docs Category: Social

Technical Documentation

To Share and +4 nLEARNs Login with NEARThis document goes into technical details of the Near Social. I recommend reading The Past, Present, and Future of Near Social first. SocialDB The contract is deployed at the following accounts: NEAR mainnet: social.near NEAR testnet: v1.social08.testnet Source code: social-db Data organization Internally, the contract organizes the data …

Technical Documentation Read More »

SocialDB

To Share and +4 nLEARNs Login with NEAR SocialDB is a smart contract to store social data on NEAR protocol. Source code: https://github.com/NearSocial/social-db API: https://github.com/NearSocial/social-db#api Testnet account ID: v1.social08.testnet Mainnet account ID: social.near Get API Takes a list of keys and returns a joined JSON object with the matched data. pub fn get(self, keys: Vec<String>) …

SocialDB Read More »

Scroll to Top