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

RPC Compatability for Trust Wallet #1340

Closed
7 tasks done
john-harmony opened this issue Aug 12, 2019 · 1 comment
Closed
7 tasks done

RPC Compatability for Trust Wallet #1340

john-harmony opened this issue Aug 12, 2019 · 1 comment
Assignees

Comments

@john-harmony
Copy link
Contributor

john-harmony commented Aug 12, 2019

Overview
As part of Trust Wallet support for Harmony we need to ensure RPC Compatibility

Background - Reference Material
Communication

  • via Telegram (Trust Wallet/Harmony)

Key Contact

Documents

Key Areas

johns-mbp:docs johnwhitton$ curl http://localhost:9500 -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"hmy_getBalance","params":["0x3aea49553Ce2E478f1c0c5ACC304a84F5F4d1f98", "latest"],"id":1}'
{"jsonrpc":"2.0","id":1,"result":"0x15af1d3b97541f000"}

Sub Tasks

Acceptance Criteria

  • query account / address balance
  • query sent / received transactions for an account / address
  • query transaction details
  • query fee / nonce for sending transaction
  • query blockchain status (block height)
  • send raw transaction
@fxfactorial
Copy link
Contributor

fxfactorial commented Sep 27, 2019

Done in trustwallet/wallet-core#626

TODO: still need to add staking unit tests once staking stable in mainnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants