We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs to be an easy way to distribute the token.
The text was updated successfully, but these errors were encountered:
As is there is a way to distribute the token via command line
node transfer.js APP_ID path-to/file.json
The contents of the JSON file is as follows.
[ { "recipientAddress": "QLLLYBITHLFUX3BWLPAXD23SBMLUYHGCG6NOPOBWY7KQHBLHLC3JC7LVBA", "amount": 1 }, ... ]
Sorry, something went wrong.
It may be helpful to have a way to generate a distribution payload
The distribution script has been updated to support csv files
Added some documentation here https://github.com/temptemp3/arc-200/tree/main/script
Should be ready to go
cswenor
No branches or pull requests
Needs to be an easy way to distribute the token.
The text was updated successfully, but these errors were encountered: