-
Notifications
You must be signed in to change notification settings - Fork 170
Developer tools
catena edited this page Dec 4, 2019
·
17 revisions
Various links that might be useful for developing libraries, services or applications that use Ergo.
- Mainnet explorer: https://explorer.ergoplatform.com/
- Testnet explorer: https://testnet.ergoplatform.com/
An article on address schemas is on Ergo Platform Blog
- Full node set-up: https://git.io/fjqwx
- Start mining: https://git.io/fjqwp
- Node API: https://git.io/fjqwb
- Explorer API: https://git.io/fjqwN
- White paper: https://docs.ergoplatform.com/whitepaper.pdf
- Yellow paper (in progress): https://docs.ergoplatform.com/YellowPaper.pdf
- Short overview: https://docs.ergoplatform.com/teaser.pdf
- ErgoScript tutorial: https://docs.ergoplatform.com/ErgoScript.pdf
- ErgoScript advanced tutorial: https://docs.ergoplatform.com/sigmastate_protocols.pdf
- Autolykos PoW scheme specification: https://docs.ergoplatform.com/ErgoPow.pdf
- Main repository: https://github.com/ergoplatform/ergo
- Base framework: https://github.com/scorexfoundation/scorex
Scala:
- Smart contract language: https://github.com/ScorexFoundation/sigmastate-interpreter
- Basic cryptography library: https://github.com/input-output-hk/scrypto
JS:
- Typescrypt library with support of tokens and complex transactions: https://github.com/coinbarn/ergo-ts
- Basic transaction operations: https://github.com/ergoplatform/ergo-js
- Ergo transaction serialization: https://git.io/fjqwX
- Signature scheme: https://git.io/fjqwH