Skip to content
Andrew Beyond edited this page Nov 13, 2018 · 12 revisions

Community Chat Dev Chat

ThePower.io - high speed blockchain: instant 100,000+ tps, real-time auto scalable sharding + synchronous consensus.

This is the documentation repo for Power_API v.0.1

Endpoint:

  • Recommended shard: ch1.rpc.testnet.thepower.io:43281/api

  • Proxy: wallet.thepower.io/api/chain/1 - this proxy routes request from path /api/chain/X/ to /api/ at random node in shard X.

  • Other shards: /api/nodes/{chain number}

  • Example: ch1.rpc.testnet.thepower.io:43281/api/nodes/1

Content:

  1. Common Terms

  2. Cryptography

  3. Addresses

  4. Working with the API. General provisions

  5. Wallet

  6. Message Pack

  7. Transactions v.1 (deprecated)

  8. Transactions v.2

  9. Transactions v.2 example

  10. Block operations

  11. API reference

Clone this wiki locally