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
Ref #28
When https://github.com/ergoplatform/eips/blob/master/eip-0001.md is implemented in: ergoplatform/ergo#897 ergoplatform/ergo#949 We can search for a box that issued the token that holds a token with the given id and R4 holds the name of the token (according to https://github.com/ergoplatform/eips/blob/master/eip-0004.md )
EDIT. Until then we do what coinbarn does - https://github.com/coinbarn/ergo-ts/blob/80551350e882585f7c24ce642e9bc750badc76a3/src/explorer.ts#L64 1. Find the input box with id == token id. 2. Find the tx where this box was spent. 3. In the found tx find output box with our token id.
Should be implemented with new backend API call - ergoplatform/explorer-backend#3
The text was updated successfully, but these errors were encountered:
ergoplatform/explorer-back#232
Sorry, something went wrong.
No branches or pull requests
Ref #28
When https://github.com/ergoplatform/eips/blob/master/eip-0001.md is implemented in:ergoplatform/ergo#897
ergoplatform/ergo#949
We can search for a box that issued the token that holds a token with the given id and R4 holds the name of the token (according to https://github.com/ergoplatform/eips/blob/master/eip-0004.md )
EDIT. Until then we do what coinbarn does - https://github.com/coinbarn/ergo-ts/blob/80551350e882585f7c24ce642e9bc750badc76a3/src/explorer.ts#L641. Find the input box with id == token id.2. Find the tx where this box was spent.
3. In the found tx find output box with our token id.
Should be implemented with new backend API call - ergoplatform/explorer-backend#3
The text was updated successfully, but these errors were encountered: