The Osmosis-labs hosts a series of repositories relating to the Osmosis blockchain and tooling for Cosmos.
The Osmosis blockchain is a decentralized network, ran by 100+ validators and full nodes, with many front-ends and development teams on it.
Docs for the network can be found at docs.osmosis.zone. Some repositories of interest:
- osmosis - A node implementation for the Osmosis chain
- cosmos-sdk fork - Fork of the Cosmos SDK used in osmosis
Go to https://get.osmosis.zone to quickstart setting up a node!
- beaker - Dev tooling for cosmwasm contracts
- osmosis-rust - Library of Stargate messages, queries and bindings for Osmosis, along with sample contracts.
(TODO: Link to sample contracts here)
- telescope - protobuf transpilation tooling, to easily setup TS clients to interact with chains
- osmosis-frontend - Sample front-end implementation for the osmosis blockchain. There are many front-ends in the ecosystem.