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
There are 2 parts of the integration:
one is the resolver: resolve starname into crypto-adresss we need to create a PR in blockatlas repo https://developer.trustwallet.com/blockatlas Here are the endpoint of blockatlas https://github.com/trustwallet/blockatlas/blob/master/api/endpoint/domain.go which then call our blockchain rest api https://github.com/trustwallet/blockatlas/tree/master/platform we need to add the iov folder you can take example on the cosmos repo https://github.com/trustwallet/blockatlas/tree/master/platform/cosmos
one is to add the coin into trustwallet https://developer.trustwallet.com/wallet-core/newblockchain the repo is here: add a iov folder here https://github.com/trustwallet/wallet-core/tree/master/src
The text was updated successfully, but these errors were encountered:
fdymylja
No branches or pull requests
There are 2 parts of the integration:
one is the resolver:
resolve starname into crypto-adresss
we need to create a PR in blockatlas repo
https://developer.trustwallet.com/blockatlas
Here are the endpoint of blockatlas
https://github.com/trustwallet/blockatlas/blob/master/api/endpoint/domain.go
which then call our blockchain rest api
https://github.com/trustwallet/blockatlas/tree/master/platform
we need to add the iov folder
you can take example on the cosmos repo
https://github.com/trustwallet/blockatlas/tree/master/platform/cosmos
one is to add the coin into trustwallet
https://developer.trustwallet.com/wallet-core/newblockchain
the repo is here:
add a iov folder here
https://github.com/trustwallet/wallet-core/tree/master/src
The text was updated successfully, but these errors were encountered: