By @sf2
With just over 3 months since the mainnet launch, EOS is rapidly growing it's users and developer community.
At the time of this article being written EOS has reached over 20,000,000 irreversible blocks and achieved a throughput of 3996 Transactions Per Second (TPS).
Even more impressive is the growing active user base. As of today, the top 10 EOS dApps has over 24,822 active users; close to 4 times the active users for the top 10 dApps on Etherum currently. (source).
Not bad for our first 90 days!
Our work is not done though, it's just starting. As we approach our very first EOS developer workshop this week in Denver, EOS Rise, we wanted to create a useful resource developers could reference to find all the latest tools, plugins and libraries related to EOS dApp development.
We know how scattered everything can be, especially in these early days, but things are getting better bit by bit, block by block.
So without further ado... here is our big list of EOS developer resources...
One of the strengths of EOS is it's amazing developer community. Don't ever feel ashamed to have to reach out and ask for help. You will find in any of the channels below there are a ton of EOS developers who are knowledgable and happy to help you with your problem. The first thing you need to do is get use to Telegram because you'll be using it a lot. ☠️
This is the main hub for EOS developers at the moment and is geared towards EOS development discussion only (yes, only!). You can get just about any question you have answered by other community members as well as Block One staff themselves. Even @dan is known to pop in from time to time and answer questions in this group.
The official group for the EOS Rise Developer Workshop series. You can find Phil Mesnier, Eugene Luzgin and other mentors from the ecosystem here who are happy to answer any technical questions you have.
Link - https://t.me/eosrise
Discuss opportunities in EOS, advertise your skills, connect with DAPP companies, find your niche in the EOS economy.
Anything related to UX/UI or general design topics. You can often find other designers from the community to collaborate with here if you are more front end focused.
Link - https://t.me/EOSdesign
You need good documentation and tools to build killer dApps, and that's exactly why we've assembled the finest developer documentation and tools from around the EOS ecosystem, just for you.
Built by Block One, the EOSIO Developer Portal is one of the best places to get up to date information on the latest versions of EOSIO software.
Link - https://developers.eos.io
When in doubt, go to stack exchange. The EOSIO stack exchange is active with knowledgeable developers from all over the world. Definitely a key resource if you are just getting started.
EOSDocs is another great place for developer documentation and resources.
Link - https://www.eosdocs.io
A great selection of block producer sponsored courses and educational resources.
Link - https://eosbootcamp.com
An EOS tutorial website for various skill levels.
Link - https://eostutorials.com
Command line interface to interact with the blockchain and to manage wallets.
Link - https://github.com/EOSIO/eos/tree/master/programs/cleos
The core EOSIO node daemon that can be configured with plugins to run a node. Example uses are block production, dedicated API endpoints, and local development.
Link - https://github.com/EOSIO/eos/tree/master/programs/nodeos
Component that securely stores EOSIO keys in wallets.
Link - https://github.com/EOSIO/eos/tree/master/programs/keosd
EOSC is a cross-platform (Windows, Mac and Linux) command-line tool.
FC stands for fast-compiling c++ library and provides a set of utility libraries useful for the development of asynchronous libraries.
WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly.
WASMDEC is a program that converts WebAssembly binaries to C.
Smart contracts with some of the basic functions of EOSIO.
Dockerized environment to bootstrap your smart contract development.
Python-based EOS smart-contract development & testing framework.
General purpose library for the EOS blockchain.
A browser-friendly version of EOSJS.
An EOSIO boilerplate project that contains the UI and Smart Contract code, as well as setup scripts which will initialize and start all the necessary components to help you get started building.
Link - https://github.com/EOSIO/eosio-project-boilerplate-simple
EOS Ricardian contract parser.
A list of bash scripts to help with EOSIO.
EOS Blox is the world’s first suite of web components coupled with customised smart contract provision.
Link - https://www.eosblox.com/
Implementing ping between EOS / React.js.
Allows to encrypt & decrypt a messages.
This node.js module allows on-chain encrypted communication on the EOS platform.
One of the best block explorers for EOS. Useful for tracking all types of actions on the network.
Link - https://bloks.io
One of the very first things you should do is get involved with an EOS testnet so you can begin testing your dApp. The two main testnets for EOS that are active and supported are Jungle and Cryptokylin. We advise developers become familiar with both of these tesnet environments.
One of the oldest and more reliable testnets in the ecosystem, Jungle has become a pillar in the EOS development community.
CryptoKylin Testnet is a developer-friendly testnet maintained mostly by a group of EOS Mainnet Block Producers based in China, but there are active participants all over the world.
EOS Debug is a guide for EOS developers who want to download, build, and experiment with the EOS.IO software on community testnets.
You won't get very far developing EOS dApps without some basic DevOps skills and the ability to fix common issues with your nodes. We've compiled some of the best resources available at the time of this post to make that job a little easier for you.
A collection of resources and tools for any EOS enthusiast, dApp developer or block producer.
Link - https://eosnode.tools
Simple & fast setup of EOS.IO on Docker.
Automated testing framework for EOS validation.
Amazon Kinesis makes it easy to collect, process, and analyze real-time, streaming data so you can get timely insights and react quickly to new information. The EOSIO AWS Kinesis plugin can make setting things up a little easier if you are using AWS.
Need some web sockets for your dApp? Use this to create web sockets for EOS.
RPC Checkpoint for EOS nodes.
Point in Time recovery for EOS, pronounced like "Patriots".
Deterministic event-sourced state and side effect handling for blockchain applications.
On EOS, incoming transfers can have rules applied to them.
Link - https://github.com/eosauthority/incoming-transfer-rules
Watch & Filter EOS Nodes Transactions/Actions and pushes to RabbitMQ, MongoDB, 0MQ etc.
Deploy a GraphQL API + MongoDB for the EOSIO blockchain.
Quickly create complex MongoDB Queries for the EOSIO blockchain.
Link - https://github.com/EOS-BP-Developers/eosio-mongodb-queries
An EOS RabbitMQ plugin to make your life a little easier.
Link - https://github.com/bancorprotocol/eos-rabbitmq-plugin
This plugin is doing approximately the same as history_plugin, but instead of storing history events in the shared memory database, it pushes them outside of nodeos process via ZeroMQ PUSH socket.
This is a set of scripts that are designed to receive and process the data flow that is generated by nodeos ZeroMQ plugin.
Kafka is used for building real-time data pipelines and streaming apps and this plugin allows you to utilize all of Kaftka's rich real-time features utilizing the EOS blockchain.
EOS Mechanics benchmark contracts & utilities.
Don't write in C++? That's OK, there are wrappers and SDKs coming out for EOSIO software every day for your language of choice. Here are just a few that are currently available.
A Scala wrapper for EOS RPC API.
A Java implementation of the EOS RPC calls.
Link - https://github.com/EOSEssentials/eos-java-rpc-wrapper
EOSIO Go API library.
This library is still a work in progress but currently has the ability to perform all cleos get functions without compiling the code.
C# client library for EOS blockchains.
PHP Wrapper for EOS API.
A PHP SDK for the EOS RPC API.
Link - https://github.com/BlockMatrixNetwork/php-eos-rpc-sdk
EOS libraries for the JVM, designed primarily for Android development.
SwiftyEOS is an open-source framework for interacting with EOS, written in Swift.
EOS API Service platform.
Even with EOSIO being so new there is already a wealth of resources available at your disposal to get your project up and running in a snap.
An updated version of this article will be maintained here.
Website | Medium | Github | Telegram | FB | Twitter | Discord