KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
EOSDrops
★ 55
Open GitHub ↗
Airdropping tool for the EOS blockchain.
Download README (.md)
Explore Similar Repositories
hack_postgres
:
便捷地使用PostgreSQL自定义函数来执行系统命令,适用于数据库管理员知道postgres密码却不知道ssh或RDP密码的时候在服务器执行系统命令。
zabbix-vue
:
Chrome/Firefox extension for displaying problems from Zabbix
earthEngineGrabR
:
Simplify the acquisition of remote sensing data
jupyter-notebooks
:
OpenShift compatible S2I builder for basic notebook images.
ZeroS-vapoursynth-template
:
自用VS模板
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
EOSDrops
?
Download (.md)
# EOSDrops - EOS Airdropping Tool ## Requirements: - You must have nodejs installed. - Your `eosio.token` contract must already exist on the network prior to running this. - You will need to buy the RAM for the issuing account prior to running this. - You will need to self delegate ( stake ) enough CPU/Net for the airdrop. ## Setup: - run `npm i` - Edit the `config.json` file with your parameters. - Edit (add/remove) accounts that you want to blacklist from your airdrop - If you want to use another snapshot, replace the `snapshot.csv` file. - run `node airdrop.js` to start the airdrop ### Limitting Airdrop for Certain Accounts If you want to limit the airdrop cap for whales, you can just set the `limitCap` parameter of `config.json` to greater than zero. Example: You want to airdrop tokens but limit accounts that are greater than 250,000 EOS. So if you have an airdrop ratio of 2:1, instead of a whale that has 2,000,000 EOS receive 4,000,000, he will be capped at 250,000 EOS and will receive 500,000 tokens based in your 2:1 ratio. Now, if you want to whitelist some of these addresses (let's say an exchange that has a lot of accounts), you can edit the `capWhitelist.json` to have addresses that you want to ignore the airdrop cap limit. ## Logs: All of the logs will be included in the `logs/` directory. They will be prefixed with the UNIX timestamp from the time they were started.