update lists
This commit is contained in:
@@ -158,7 +158,6 @@ The best place to find an accurate list of the Cosmos SDK modules is the project
|
||||
* For a list of well-known third-party modules, see [Cosmod.xyz](https://cosmod.xyz)
|
||||
|
||||
## Monitoring
|
||||
|
||||
* [PANIC Monitoring and Alerting For Blockchains](https://github.com/SimplyVC/panic) - An open source monitoring and alerting solution for Cosmos SDK, Substrate, and Chainlink-based nodes.
|
||||
* [Prometheus Exporter](https://github.com/node-a-team/Cosmos-IE) - An integrated Prometheus exporter for the Cosmos SDK.
|
||||
* [Cosmos Chains Dashboard](https://github.com/zhangyelong/cosmos-dashboard) - A Grafana dashboard to monitor Cosmos SDK and Tendermint-based blockchain nodes.
|
||||
@@ -171,6 +170,7 @@ The best place to find an accurate list of the Cosmos SDK modules is the project
|
||||
* [cosmos-node-exporter](https://github.com/QuokkaStake/cosmos-node-exporter.git) - A Prometheus exporter to scrape data on your node sync status, Cosmovisor upgrades and GitHub version mismatches, useful for node operators and validators.
|
||||
* [cosmos-wallets-exporter](https://github.com/QuokkaStake/cosmos-wallets-exporter.git) - A Prometheus exporter to scrape data on wallets balance, useful to get notified if your wallet balance is too low.
|
||||
* [cosmos-validators-exporter](https://github.com/QuokkaStake/cosmos-validators-exporter.git) - A Prometheus exporter to scrape data about a validator (missed blocks, delegators count, total staked amount, rankings, etc.)
|
||||
* [cosmos-validator-monitoring-service(CVMS)](https://github.com/cosmostation/cvms) - Integrated monitoring system for validators in the Cosmos app chain ecosystem.
|
||||
* [cosmos-proposals-checker](https://github.com/QuokkaStake/cosmos-proposals-checker.git) - A bot that sends you a notification on multiple Cosmos chains if your wallet hasn't voted on any proposal.
|
||||
* [cosmos-transactions-bot](https://github.com/QuokkaStake/cosmos-transactions-bot.git) - A bot that sends you notifications on any transactions you want to be subscribed to on multiple Cosmos chains.
|
||||
|
||||
@@ -209,6 +209,7 @@ Modules or frameworks for virtual machines that run in the Cosmos SDK
|
||||
* [informalsystems/hermes](https://github.com/informalsystems/hermes) - IBC Relayer in Rust.
|
||||
* [confio/ts-relayer](https://github.com/confio/ts-relayer) - IBC Relayer in TypeScript.
|
||||
* [local-interchain](https://github.com/Reecepbcups/local-interchain) - Quickly spin up a local IBC development environment on any operating system.
|
||||
* [IBC-escrow-auditor](https://github.com/Cordtus/ibc-escrow) - Standalone tool to check and report on-chain token amounts against the IBC lockup account on counterparty chain.
|
||||
|
||||
## Testing
|
||||
|
||||
@@ -249,10 +250,9 @@ Templates to help you get started with building a Cosmos SDK blockchain.
|
||||
### GUI
|
||||
|
||||
* [REStake](https://restake.app) - Auto-compounder app for Cosmos blockchains using Authz ([source](https://github.com/eco-stake/restake)).
|
||||
* [Yieldmos](https://yieldmos.com) - Staking and LP rewards auto-compounder using Authz.
|
||||
* [Cosmfaucet](https://github.com/scalalang2/cosmfaucet) - Self-hosted faucet service for Cosmos based blockchain.
|
||||
* [Cosmos Notifier](https://cosmos-notifier.decrypto.online) - Governance notification tool for Telegram and Discord ([source](https://github.com/shifty11/cosmos-notifier)).
|
||||
* [IBC Anywhere](https://ibc.reece.sh/) - IBC token transfers including multi-chain hops.
|
||||
* [Skip:Go](https://go.skip.build) - IBC token transfers, automated swapping and multi-hop routing ([source](https://github.com/skip-mev/skip-go-app)).
|
||||
|
||||
### Bots
|
||||
|
||||
@@ -272,6 +272,7 @@ Templates to help you get started with building a Cosmos SDK blockchain.
|
||||
|
||||
* [Cosmos Cache](https://github.com/Reecepbcups/cosmos-endpoint-cache) - Optimize Cosmos queries by caching responses for predefined sets of time (regex).
|
||||
* [cosmos-operator](https://github.com/strangelove-ventures/cosmos-operator) - Cosmos Operator is a kubernetes operator for managing cosmos nodes.
|
||||
* [Wallet-generator](https://github.com/Cordtus/wallet_generator) - Manually generate a keypair + wallet addresses from mnemonic, pubkey + wallet addresses from privkey, or wallet addresses from pubkey. Accepts arbitrary HDpath (incl. cointype)
|
||||
|
||||
## Ecosystem
|
||||
|
||||
@@ -283,10 +284,10 @@ A list of wallets supporting Cosmos chains is <https://cosmos.network/ecosystem/
|
||||
|
||||
## Blogs
|
||||
|
||||
**Disclaimer: This community-maintained repo does not reflect the views of any official entity.**
|
||||
|
||||
As the ecosystem grows, so does the content. DYOR and follow the projects you find interesting.
|
||||
|
||||
**Disclaimer: This community-maintained repo does not reflect the views of any official entity.**
|
||||
|
||||
* [What is Cosmos?](https://cosmos.network/intro/)
|
||||
* [Cosmos Blog](https://blog.cosmos.network/)
|
||||
* [Interchain Foundation Blog](https://interchain-io.medium.com)
|
||||
@@ -303,3 +304,6 @@ As the ecosystem grows, so does the content. DYOR and follow the projects you fi
|
||||
## Related
|
||||
|
||||
* [Awesome CosmWasm](https://github.com/InterWasm/cw-awesome)
|
||||
|
||||
[cosmos.md Github](https://github.com/cosmos/awesome-cosmos
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user