Skip to content
New issue

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

Implement distribution script #17

Open
cswenor opened this issue Jun 28, 2023 · 5 comments
Open

Implement distribution script #17

cswenor opened this issue Jun 28, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@cswenor
Copy link
Collaborator

cswenor commented Jun 28, 2023

Needs to be an easy way to distribute the token.

@cswenor cswenor added the enhancement New feature or request label Jun 28, 2023
@temptemp3 temptemp3 assigned temptemp3 and unassigned temptemp3 Jun 28, 2023
@temptemp3
Copy link
Owner

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
  },
  ...
]

@temptemp3
Copy link
Owner

It may be helpful to have a way to generate a distribution payload

@temptemp3
Copy link
Owner

The distribution script has been updated to support csv files

@temptemp3 temptemp3 self-assigned this Jul 3, 2023
@temptemp3 temptemp3 changed the title Implement distribution script. Implement distribution script Jul 3, 2023
@temptemp3
Copy link
Owner

Added some documentation here
https://github.com/temptemp3/arc-200/tree/main/script

@temptemp3
Copy link
Owner

Should be ready to go

@temptemp3 temptemp3 assigned cswenor and unassigned temptemp3 Jul 3, 2023
@temptemp3 temptemp3 added the wontfix This will not be worked on label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants