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
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!
- NodeJs
sudo apt install nodejs npm
- Yarn
npm install --global yarn
- Pm2 in global mode
yarn global add pm2
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/
- Atom
- BitCanna
- Stargaze
- Akash
- Osmosis
If you are the owner of a blockchain and want to be added, contact me
➡️ On twitter: @atmon3r
➡️ On telegram: @atmon3r
Module name | Statut | Need wallet | script |
---|---|---|---|
Timer | ✅ | ❌ | View |
Get-price | ✅ | ❌ | View |
Simple-send | ✅ | ✅ | View |
Withdraw-rewards | ✅ | ✅ | View |
Validator-commisions | ✅ | ✅ | View |
Reinvest-delegations | ❌ | ✅ |
(Soon)
- Create login system View commit
- Add notification system
- Create update checker
- Add more modules
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.