Getting started with AntelopeIO Contracts (formerly EOSIO)

Learning AntelopeIO contracts can be annoying for new devs as the documentation is scattered. This guide is an attempt to help the developer out, here are some good resources:

Resources:

  1. Original developer portal: https://developers.eos.io/

  2. EOSIO stack exchange: https://eosio.stackexchange.com/

  3. Post mortem of many EOSIO hacks: https://cmichel.io/

Example contracts:

SDKs:

  1. DUNE Docker Utilities for Node Execution https://github.com/antelopeIO/dune

API Lists:

Block Explorers:

  1. bloks.io: https://bloks.io/ | Hyperion backend | provide an explorer for your own chain https://local.bloks.io/

  2. eosq: https://eos.eosq.eosnation.io/ | dfuse full api backend

History API Solutions:

  1. Hyperion (simple to run, widely adopted as a result) https://hyperion.docs.eosrio.io/

  2. Dfuse full api (very difficult to run, only a few brave men and women have it running) https://dfuse.eosnation.io/

Last updated