Hey there, here comes our weekly update!
This week's update includes a range of new features and improvements that we think you're going to love.
Newbie Villa | Email login as a Web3 Entry#
The highly-anticipated new beginner village feature is finally live! To better onboard web2 users, you can now use email to create a character and log in. Newbie villa characters will be hosted under the official administrator account, and the administrator will ensure the security of the character. Once beginners have a sufficient understanding of how to use wallet safely, they can redeem their character to their own wallet through Newbie Villa contract and truly own their character. If you would like to learn more, we have prepared a comprehensive beginner's guide for newbies.
Indexer and crossbell.js | Supporting CIP-7 now#
One of the highlights of this week is that indexer and crossbell.js are now supporting the latest contract, which incorporates proposals from CIP-7. The newly added interfaces of indexer are as follows:
/v1/notes/{characterId}/{noteId}/operators
or/v1/characters/{characterId}/notes/{noteId}/operators
, which returns operators for a specific note./v1/characters/{characterId}/operators/{address}
, which returns all permissions that an operator has for a character./v1/characters/{characterId}/notes/{noteId}/operators/{address}
or/v1/notes/{characterId}/{noteId}/operators/{address}
, which returns all permissions that an operator has for a note.grantOperatorPermissionsForCharacter
, which grants permissions to an operator for a character.grantOperatorPermissionsForNote
, which grants permission to an operator for a note.
In addition to indexer and crossbell.js, xSync also integrated this new proposal. Now, when you bind a social platform and grant someone to sync contents for you, you can just authorize the postNote
permission and leave others alone. Other apps are also in the process of integrating. Stay tuned for more sparks to fly between these apps and the new CIP-7!
You can subscribe to this newsletter by following @crossbell-io-updates on crossbell.io. Also, don’t forget to join our communities to tell us about your thoughts:
- Discord: https://discord.gg/4GCwDsruyj
- Twitter: https://twitter.com/_Crossbell
- GitHub: https://github.com/orgs/Crossbell-Box/discussions
Take care. See you next week!
The Crossbell Dev Team