-
Notifications
You must be signed in to change notification settings - Fork 170
Integration Guide
Alexander Chepurnoy edited this page Oct 7, 2019
·
12 revisions
If you are going to integrate Ergo into an exchange, please note the following:
- like Bitcoin, a transaction in Ergo has multiple inputs and outputs. Unspent outputs are single-use entities. However, Ergo is built from scratch thus scripts and transaction format are different.
- like in Bitcoin, there are some standard scripts in Ergo associated with addresses, e.g. P2PK addresses. There's an article on address scheme available: https://ergoplatform.org/en/blog/2019_07_24_ergo_address/
- Ergo has inbuilt wallet API which is enough for most use-cases. API has Swagger interface (on 127.0.0.1 by default) with descriptions and examples for API methods.
- Wallet API documentation https://ergoplatform.org/en/blog/2019_06_04_wallet-documentation/
- How to set up a node: https://github.com/ergoplatform/ergo/wiki/Set-up-a-full-node