Cosmos-tasks

Warning This environment is in beta! Use only development wallets (wallet created with only a bit of coin) If you have any ideas, improvements or security issues, please open a discussion here

image

Cosmos-task is an interface to facilitate the use of pm2 (Process manager) that we have adapted for the ⚛️ cosmos ecosystem. Pm2 allows you to launch nodejs scripts in daemon, which means that each module (or script) will run in the background to perform actions every X time.

It is therefore possible to automate any actions on your own wallet from your machine!

Requirements

  • NodeJs
sudo apt install nodejs npm
  • Yarn
npm install --global yarn
  • Pm2 in global mode
yarn global add pm2

Installation

Download our repo

git clone https://github.com/atmoner/cosmos-tasks.git

Go in folder

cd cosmos-tasks/ 

Install all libs

yarn install

During installation, a basic account is created.

User: cosmonaut Pass: cosmonaut

You can modify your identifiers in the file: auth.config.js

And start UI

yarn dev

You can access the management interface on your local address on port 3000 http://localhost:3000/

Blockchain support

  1. Atom
  2. BitCanna
  3. Stargaze
  4. Akash
  5. Osmosis

If you are the owner of a blockchain and want to be added, contact me

➡️ On twitter: @atmon3r ➡️ On telegram: @atmon3r

List modules

Module name Statut Need wallet script
Timer View
Get-price View
Simple-send View
Withdraw-rewards View
Validator-commisions View
Reinvest-delegations

Create module

(Soon)

Todo

  • Create login system View commit
  • Add notification system
  • Create update checker
  • Add more modules

Disclaimer responsibility

COSMOS-TASK DECLINES RESPONSIBILITY FOR YOUR WALLETS. INDEED, THE PROGRAM SAVES YOUR WALLETS ON YOUR OWN MACHINE (SERVER OR PC) AND HAS NO ACCESS AT ANY TIME TO YOUR SAVED DATA.

YOU ARE RESPONSIBLE FOR THE SECURITY OF YOUR WALLETS.

WE INVITE YOU TO ONLY USE THE MODULES PRESENT ON THIS GITHUB AND NEVER TO INSTALL AN EXTERNAL SCRIPT.

GitHub

View Github