harmony-one/sdk

Support for Trust Wallet

john-harmony opened this issue · 2 comments

Overview
As part of Trust Wallet support for Harmony we need to ensure API Compatibility.
This aligns with Harmony 1340

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

hi, we add a more detail new RPC / API requirements page here: https://developer.trustwallet.com/wallet-core/rpc-requirements

I'm sure Trust Wallet is supported by core-team