Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmosis-labs/awesome
List of public resources, documents, and tools for Osmosis.
https://github.com/osmosis-labs/awesome
List: awesome
Last synced: about 1 month ago
JSON representation
List of public resources, documents, and tools for Osmosis.
- Host: GitHub
- URL: https://github.com/osmosis-labs/awesome
- Owner: osmosis-labs
- License: cc0-1.0
- Created: 2021-07-15T09:20:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T04:43:24.000Z (9 months ago)
- Last Synced: 2024-04-14T04:13:02.831Z (8 months ago)
- Language: Shell
- Size: 194 KB
- Stars: 44
- Watchers: 10
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome - List of public resources, documents, and tools for Osmosis. (Other Lists / Monkey C Lists)
README
# Awesome Osmosis
List of public resources, documents, and tools for Osmosis. This Awesome repo is also automatically published on the official [Osmosis Documentation site](https://docs.osmosis.zone/awesome/)### Reading lists
- [How to permissionlessly list tokens to Osmosis](https://docs.osmosis.zone/docs/developing/guides/create-ibc-pool)### Block Explorers
- [Mintscan](https://mintscan.io/osmosis)
- [Big Dipper](https://osmosis.bigdipper.live)
- [Ping.pub](https://ping.pub/osmosis)### Analytics, Data, and Visualization
- [Imperator Osmosis Dashboard](https://info.osmosis.zone/)
- [Map of Zones](https://mapofzones.com)
- [Smartstake staking dashboard](https://osmosis.smartstake.io/)
- [Cosmissed by Blockpane](https://github.com/blockpane/cosmissed)
- [Osmosis DEX Screener](https://dexscreener.com/osmosis)
- [chain monitoring by Cros-Nest](https://chain-monitor.cros-nest.com/d/Cros-nest/block-chains?orgId=1&var-chain_id=osmosis-1)### Relayer infrastructure providers
- [Cephalopod Equipment](https://cephalopod.equipment/)
- [CryptoCrew Validators](https://ccvalidators.com/)
- [Vitwit](https://www.vitwit.com/)
- [Notional](https://github.com/faddat/notional)
- [Cros-Nest](https://cros-nest.com/)### Validator snapshots & syncing
- [Quicksync by Chainlayer](https://quicksync.io/networks/osmosis.html)
- [All That Node by DSRV](https://www.allthatnode.com/osmosis.dsrv)
- [3Tekos Validator](https://3tekos.fr/#Archives)
- [Stake Systems](https://www.notion.so/Stake-Systems-LCD-RPC-gRPC-Instances-04a99a9a9aa14247a42944931eec7024) - Snapshots taken everyday at 06:00 UTC / 18:00 UTC### Publicly available endpoints
**Mainnet**
- [Official Osmosis Developers](https://rpc.dev-osmosis.zone/) : `https://rpc.dev-osmosis.zone/` - Mainnet
- [Chain Registry](https://github.com/cosmos/chain-registry) : `https://github.com/cosmos/chain-registry` - Mainnet
- [All That Node by DSRV](https://www.allthatnode.com/osmosis.dsrv) : `https://www.allthatnode.com/osmosis.dsrv` - Mainnet / Mainnet Archive / Testnet with Faucet (LCD/REST, RPC, gRPC)
- [DataHub](https://datahub.figment.io) : `https://datahub.figment.io` - Mainnet / Mainnet Archive (LCD/REST, RPC, gRPC)
- [Stake Systems](https://www.notion.so/Stake-Systems-LCD-RPC-gRPC-Instances-04a99a9a9aa14247a42944931eec7024) - LCD(REST)/RPC/gRPC### Archive Nodes
Latest list of peers are published to [Osmosis Discord](https://discord.gg/osmosis) channel #peers-list
- Notional's bus bar
- [email protected]:2000You'd want to add the bus bar as a persistent peer. It can accept a vast number of connections, and can be used in a manner analogous to a seed node since it will do PEX with you. It is not a seed node.
- Seed nodes
- `[email protected]:26656`
- `[email protected]:26656` (Provided by Smartnodes)
- `[email protected]:26656` (Provided by Smartnodes)
- `[email protected]:26656` (Provided by BlockPane)### Documentation / Guides
- [Osmosis Official Documentation](https://docs.osmosis.zone)
- [Edge Validation](https://whimsical.com/validatron-PbUypC8tVMU8DxCFNLdDFu)
- [Relaying](https://github.com/faddat/notional)
- [Listing IBC tokens to Osmosis](https://docs.osmosis.zone/docs/developing/guides/create-ibc-pool)
- [Setting up a full node for Osmosis-1](https://catboss.medium.com/cat-boss-setting-up-a-fullnode-for-osmosis-osmosis-1-5f9752460f8f) / [Turning a full node into a validator node](https://catboss.medium.com/turning-a-full-node-in-to-a-validator-node-osmosis-1-36f3358f2412)### Decentralization and resilience tools
- [Tradeberry](https://github.com/faddat/tradeberry) - Stateless rpi image that state syncs osmosis and allows access to the UI in a private, sovereign manner.### Wallet & Payments
- [Easy Kelpr Transaction](https://github.com/alighasemzadeh/easy-keplr-connect) - Osmosis Laravel Mix Transaction Example.