All Projects → Staketab → cosmos-tools

Staketab / cosmos-tools

Licence: other
List of tools for Cosmos blockchain projects: install, automate, update.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to cosmos-tools

cosmos-keys
Library for creating keys and signing messages on Cosmos 🔑
Stars: ✭ 24 (-7.69%)
Mutual labels:  cosmos
Cosmos.Identity
A Cosmos storage provider for ASP.NET Core Identity.
Stars: ✭ 26 (+0%)
Mutual labels:  cosmos
kyve
KYVE - A protocol for verified data-streams
Stars: ✭ 51 (+96.15%)
Mutual labels:  cosmos
cosmonauts-world
Projects in the Cosmos and Tendermint ecosystem 🌌
Stars: ✭ 14 (-46.15%)
Mutual labels:  cosmos
hyperledger
Blockchain、Hyperledger、Ethereum、IPFS learning materials / 学习指南
Stars: ✭ 93 (+257.69%)
Mutual labels:  cosmos
aragon-chain
(Deprecated) Proof-of-Stake, EVM-compatible blockchain focused on DAOs
Stars: ✭ 25 (-3.85%)
Mutual labels:  cosmos
cosmos-logging
Logging component for .NET Core with nice APIs for developers to use.
Stars: ✭ 28 (+7.69%)
Mutual labels:  cosmos
bdjuno
BDJuno is the official Juno implementation for BigDipper, the open-source block explorer for Cosmos
Stars: ✭ 34 (+30.77%)
Mutual labels:  cosmos
Prism-OS
An operating system created in c#, Made possible by the cosmos community!
Stars: ✭ 45 (+73.08%)
Mutual labels:  cosmos
Beef
Business Entity Execution Framework
Stars: ✭ 95 (+265.38%)
Mutual labels:  cosmos
sommelier
Sommelier Chain
Stars: ✭ 64 (+146.15%)
Mutual labels:  cosmos
cosmospy
Python tools for Cosmos wallet management and offline transaction signing
Stars: ✭ 57 (+119.23%)
Mutual labels:  cosmos
kafka-connect-cosmosdb
Kafka Connect connectors for Azure Cosmos DB
Stars: ✭ 28 (+7.69%)
Mutual labels:  cosmos
testnet deploy
Deployment scripts and monitoring configuration for a Cosmos Validator setup
Stars: ✭ 19 (-26.92%)
Mutual labels:  cosmos
terra-rust
Rust <-> Terrad API via LCD service
Stars: ✭ 31 (+19.23%)
Mutual labels:  cosmos
cosmos-snapshots
Automatic snapshots of the blockchain state
Stars: ✭ 71 (+173.08%)
Mutual labels:  cosmos
CosmicClone
Cosmic Clone is a utility that can backup\clone\restore a azure Cosmos database Collection. It can also anonymize cosmos documents and helps hide personally identifiable data.
Stars: ✭ 113 (+334.62%)
Mutual labels:  cosmos
panic cosmos
🚨 PANIC for Cosmos
Stars: ✭ 42 (+61.54%)
Mutual labels:  cosmos

COSMOS Tools

List of tools for COSMOS projects.

Auto-node-installer

Cosmos SDK multi-network automation script for node setup.

Features:

  • Node installer
  • Cosmovisor installer
  • Snapshots
  • State-sync
  • No need to edit config

1. Install GOLANG:

Install custom version of Golang #GO.
Or you can install GO from official website.

Specify version and GO path in this line ./go.sh -v GO_VERSION -p GO_PATH
Example ./go.sh -v 1.17.2 -p /root/go

You can use all the variables or not use them at all and then the GO_VERSION and GO_PATH will be used by default as (-v 1.17.1 -p /usr/local/go)

wget https://raw.githubusercontent.com/Staketab/node-tools/main/components/golang/go.sh \
&& chmod +x go.sh \
&& ./go.sh -v 1.17.2 -p /root/go \
&& rm -rf go.sh

Now apply the changes with the command below or reboot your terminal.

. /etc/profile && . $HOME/.bashrc

2. Run Node setup:

Enter Enviroments -g GIT_NAME -f GIT_FOLDER -b BIN_NAME -c CONFIG_FOLDER -v BIN_VER and run this script to setup and build.

wget https://raw.githubusercontent.com/Staketab/cosmos-tools/main/node-installer/install.sh \
&& chmod +x install.sh \
&& ./install.sh -g GIT_NAME -f GIT_FOLDER -b BIN_NAME -c CONFIG_FOLDER -v BIN_VER

On the example of the Desmos project:

GIT_NAME = desmos-labs
GIT_FOLDER = desmos
BIN_NAME = desmos
CONFIG_FOLDER = desmos
BIN_VER = v0.16.0

The run command should look like this:

wget https://raw.githubusercontent.com/Staketab/cosmos-tools/main/node-installer/install.sh \
&& chmod +x install.sh \
&& ./install.sh -g desmos-labs -f desmos -b desmos -c desmos -v v0.16.0

DONE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].