It aims to establish an automated process of deploying through IBC the ATOM from the community pool into Stride, liquid stake it into $stATOM and send it back to the community pool, all in a trustless way no multisig in between following a governance proposal.
Several updates have been made such as working with a team for front end mock ups and back end work is around 70% complete on github. Initial implementations of core sdk modules,osmo modules, and epoch modules will be added. Module for the template can be found at https://github.com/cosmosregistry/example. First blogpost draft has been initiated as well as wireframes for their website implementation.
Cosmwasm By Example, Inspired By Solidity By Example, offers a registry of example smart contracts, that can be easily viewed with an explanation for all types of developers to come into to get inspired, remember some concepts or even use as templates.
Front end is complete with a full live domain athttps://www.cosmwasmbyexample.com. CBE repo is ready. Online ID to be developed which is similar to remix for solidity. All would be needed is just to launch it to start coding & deploy contracts but for cosmowasm and to any chain you want. Future progress will involve integrating with ChainIDE in order to directly load the contracts as templates and build on top of them. You are now able to share a smart contract directly from the website as well as directly opening a smart contract on VS code and start tweaking with it. Future works will involve adding open source CosmWasm contracts to the website in order to facilitate access to different contracts and using good quality contracts as templates. Another addition in the works is working on making open source contributions easier through a leaderboard and application system.
Cosmod is a registry for Cosmos SDK which will provide the proper documentation necessary for material to be easily discoverable. It aims to help with discoverability of Cosmos SDK modules for chain developers & keeping track of compatibility between Cosmos SDK modules.