Add your Coin
For the server to be able to index a blockchain, a plugin is needed that translates
blockchain RPC/API requests and responses.
Plugins are written in Javascript/Nodejs, plugins translate individual blockchain API data to a standardized format ready for consumption by the indexing server.
To support the spy on blockchain address feature for a specific blockchain all that is needed is a server plugin as the spy on feature uses only server data.
For the server to be able to index a blockchain, a plugin is needed that translates
blockchain RPC/API requests and responses.
Plugin sdk was created to assist developers in creating server plugins for Heat mobile wallet app server.
When creating one single fork of the SDK GitHub will allow this through their website. When we however create more than one fork of one repository (which we do every time you clone heat-server-sdk) some other steps are necessary.
Network status is important for several reasons and should return real-time information about the network.
Network fee information is used to advise wallet users as to which fee they should include in their transactions based on network load.
Token discovery is the process of identifying and returning information on which supported tokens belong to an address. Several token types exists for several different blockchains.
Look up the current balance for a token on a blockchain network.
Events are considered everything that can happen to or with an address.
Background reference of interfaces referenced in event lookup
Only for Utxo based blockchains, the Utxo lookup exists. The goal is to return unspent outputs for an address.
To keep track of transactions and their status (confirmations or in mem-pool).
For blockchains that support address aliases.
Not required for most blockchains. Returns the publickey for account based blockchain address.
Broadcasts a transaction to the blockchain network.