Snapshot and distribution tool for Waves Assets
- Clone repository and change to the root directory
npm install
- Create a new file called
.env
in the root - Insert values accord to the Configuration guidelines
npm start
- Follow presented instructions
All definitions should be placed in the .env
file or added as environment variables to the start
command
Key | Description |
---|---|
WAVES_NODE |
Base Rest API URL of a synced waves node |
TOKEN_NAME |
Name of the token (cosmetic/informational, does not require accuracy) |
TOKEN_ASSET_ID |
The Asset ID of the token you wish to snapshot |
TARGET_ASSET_ID |
The Asset ID of the token you wish to distribute |
DISTR_MULTIPLIER |
A factor of the old token amount for the new distribution |
DISTR_BLACKLIST |
Comma separated string of addresses to exclude from the distribution |