create account

The Big List of EOS Developer Resources by eostribe

View this thread on: hive.blogpeakd.comecency.com
· @eostribe · (edited)
$10.43
The Big List of EOS Developer Resources
<center><img src="https://eostribe.io/images/eos-dev-resources.jpg" width="1200" height="800"/></center>

By @sf2

<a href="https://steemit.com/eos/@eostribe/eos">Chinese (中文)</a> | <a href="https://steemit.com/eos/@eostribe/jxcqf-eos">Korean (한국어)</a></center>

<p>With just over 3 months since the mainnet launch, EOS is rapidly growing it's users and developer community.</p>

<p>At the time of this article being written EOS has reached over <strong>20,000,000</strong> irreversible blocks and achieved a throughput of <strong>3996 Transactions Per Second (TPS)</strong>.</p>

<p>Even more impressive is the growing active user base. As of today, the top 10 EOS dApps has over <strong>24,822 active users</strong>; close to <strong>4 times the active users for the top 10 dApps on Etherum currently</strong>. (<a href="https://dappradar.com/eos-dapps">source</a>).</p>

_Not bad for our first 90 days!_

## EOS dApp Developer Resources

Our work is not done though, it's just starting. As we approach our very first <a href="https://steemit.com/eos/@eostribe/eos-tribe-and-oci-partner-for-eos-workshop-series">EOS developer workshop</a> this week in Denver, <a href="https://eosrise.io">EOS Rise</a>, 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 <a href="https://steemit.com/cryptocurrency/@eostribe/how-scatter-will-provide-accountability-and-security-on-the-blockchain">scattered</a> 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...

<center><img src="https://eostribe.io/images/channels.png"></center>

## Developer Channels
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. ☠️

<hr>

### 1. EOS Developers (Telegram)
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.

> Link - https://t.me/joinchat/Esi1OkPktgcFeJ3Lmlcrqg

### 2. EOS Rise (Telegram)
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

### 3. EOS Opportunities (Telegram)
Discuss opportunities in EOS, advertise your skills, connect with DAPP companies, find your niche in the EOS economy. 

> Link - https://t.me/eos_opportunities

### 4. EOS Design (Telegram)
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
<br/>
<hr>

<center><img src="https://eostribe.io/images/dev-resource.png"></center>

## Developer Documentation & Tools
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.

<hr>

### 5. EOSIO Developer Portal
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

### 6. EOSIO Stack Exchange
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.

> Link - https://eosio.stackexchange.com

### 7. EOSDocs
EOSDocs is another great place for developer documentation and resources.

> Link - https://www.eosdocs.io

### 8. EOS Bootcamp
A great selection of block producer sponsored courses and educational resources. 

> Link - https://eosbootcamp.com

### 9. EOS Tutorials
An EOS tutorial website for various skill levels.

> Link - https://eostutorials.com

### 10. CLEOS
Command line interface to interact with the blockchain and to manage wallets.

> Link - https://github.com/EOSIO/eos/tree/master/programs/cleos

### 11. NODEOS
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

### 12. KEOSD
Component that securely stores EOSIO keys in wallets.

> Link - https://github.com/EOSIO/eos/tree/master/programs/keosd

### 13. EOSC
EOSC is a cross-platform (Windows, Mac and Linux) command-line tool.

> Link - https://github.com/eoscanada/eosc

### 14. FC
FC stands for fast-compiling c++ library and provides a set of utility libraries useful for the development of asynchronous libraries. 

> Link - https://github.com/bytemaster/fc

### 15. Wabt
WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly.

> Link - https://github.com/WebAssembly/wabt

### 16. Wasm Dec
WASMDEC is a program that converts WebAssembly binaries to C.

> Link - https://github.com/wwwg/wasmdec

### 17. EOSIO Contracts
Smart contracts with some of the basic functions of EOSIO.

> Link - https://github.com/EOSIO/eosio.contracts

### 18. EOS Smart Contract Development Toolkit
Dockerized environment to bootstrap your smart contract development.

> Link - https://github.com/EOSArgentina/eosdev

### 19. EOS Factory
Python-based EOS smart-contract development & testing framework.

>  Link - https://github.com/tokenika/eosfactory

### 20. EOSJS
General purpose library for the EOS blockchain.

> Link - https://github.com/EOSIO/eosjs

### 21. EOSJS Browser
A browser-friendly version of EOSJS.

> Link - https://github.com/EveripediaNetwork/eosjs-browser

### 22. EOSIO Project Boilerplate Simple
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

### 23. EOS RC Parser
EOS Ricardian contract parser.

> Link - https://github.com/EOSEssentials/EOS-RC-Parser

### 24. EOS Helpers
A list of bash scripts to help with EOSIO.

> Link - https://github.com/EOSEssentials/EOSHelpers

### 25. EOS Blox
EOS Blox is the world’s first suite of web components coupled with customised smart contract provision.

> Link - https://www.eosblox.com/

### 26. Ping EOS
Implementing ping between EOS / React.js.

> Link - https://github.com/eosasia/ping-eos

### 27. EOS Encrypt
Allows to encrypt & decrypt a messages.

> Link - https://github.com/EOS-Nation/eos-encrypt

### 28. EOS Communication
This node.js module allows on-chain encrypted communication on the EOS platform.

> Link - https://github.com/eostitan/eos-communication

### 29. Bloks.io
One of the best block explorers for EOS. Useful for tracking all types of actions on the network.

> Link - https://bloks.io
<br/>
<hr>

<center><img src="https://eostribe.io/images/testnetter.png"></center>

## Testnets

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 <a href="http://jungle.cryptolions.io/">Jungle</a> and <a href="https://www.cryptokylin.io/">Cryptokylin</a>. We advise developers become familiar with both of these tesnet environments.
<br/>
<hr>

### 30. Jungle

One of the oldest and more reliable testnets in the ecosystem, Jungle has become a pillar in the EOS development community.  

> Link - https://github.com/CryptoLions/EOS-Jungle-Testnet

### 31. Cryptokylin

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. 

> Link - https://github.com/cryptokylin/CryptoKylin-Testnet

### 32. EOS Debug
EOS Debug is a guide for EOS developers who want to download, build, and experiment with the EOS.IO software on community testnets.

> Link - https://github.com/eoscafe/eos-debug
<br/>
<hr>

<center><img src="https://eostribe.io/images/testnets.png"></center>

## Infrastructure/DevOps

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. 
<br/>
<hr>

### 33. EOS Node Tools
A collection of resources and tools for any EOS enthusiast, dApp developer or block producer.

> Link - https://eosnode.tools

### 34. EOSIO Docker
Simple & fast setup of EOS.IO on Docker.

> Link - https://github.com/EOSIO/eos/tree/master/Docker

### 35. EOS Test Cave
Automated testing framework for EOS validation.

> Link - https://github.com/EOS-BP-Developers/EOS-Test-Cave

### 36. EOSIO AWS Kinesis Plugin
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. 

>  Link - https://github.com/eosasia/nodeos_kinesis_plugin

### 37. EOS Web Sockets
Need some web sockets for your dApp? Use this to create web sockets for EOS.

> Link - https://github.com/EOS-Nation/eosws

### 38. PatronEOS
RPC Checkpoint for EOS nodes.

> Link - https://github.com/EOSIO/patroneos

### 39. Pitreos
Point in Time recovery for EOS, pronounced like "Patriots".

> Link - https://github.com/eoscanada/pitreos

### 40. Demux
Deterministic event-sourced state and side effect handling for blockchain applications.

> Link - https://github.com/EOSIO/demux-js

### 41. Incoming Transfer Rules
On EOS, incoming transfers can have rules applied to them. 

> Link - https://github.com/eosauthority/incoming-transfer-rules

### 42. EOS Node Watcher
Watch & Filter EOS Nodes Transactions/Actions and pushes to RabbitMQ, MongoDB, 0MQ etc.

> Link - https://github.com/EOSEssentials/eos-node-watcher

### 43. EOSIO GraphQL
Deploy a GraphQL API + MongoDB for the EOSIO blockchain.

> Link - https://github.com/EOS-BP-Developers/eosio-graphql

### 44. EOSIO MongoDB Queries
Quickly create complex MongoDB Queries for the EOSIO blockchain.

> Link - https://github.com/EOS-BP-Developers/eosio-mongodb-queries

### 45. EOS RabitMQ Plugin
An EOS RabbitMQ plugin to make your life a little easier.

>  Link - https://github.com/bancorprotocol/eos-rabbitmq-plugin

### 46. EOS ZeroMQ 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.

> Link - https://github.com/cc32d9/eos_zmq_plugin

### 47. EOS ZeroMQ Receiver
This is a set of scripts that are designed to receive and process the data flow that is generated by nodeos ZeroMQ plugin. 

> Link - https://github.com/cc32d9/eos_zmq_plugin_receiver/

### 48. EOSIO Kaftka 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.

> Link - https://github.com/TP-Lab/kafka_plugin

### 49. EOS Mechanics
EOS Mechanics benchmark contracts & utilities.

> Link - https://github.com/AlohaEOS/eos-mechanics

<br/>
<hr>
<br/>

<center><img src="https://eostribe.io/images/api-layer.png"></center>

## Wrappers, APIs & SDKs
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.

<hr>

### 50. EOS Scala Wrapper
A Scala wrapper for EOS RPC API.

> Link - https://github.com/EOSEssentials/Scala-API-Wrapper

### 51. EOS Java Wrapper
A Java implementation of the EOS RPC calls.

> Link - https://github.com/EOSEssentials/eos-java-rpc-wrapper

### 52. EOS Go
EOSIO Go API library.

> Link- https://github.com/eoscanada/eos-go

### 53. EOSpy
This library is still a work in progress but currently has the ability to perform all cleos get functions without compiling the code.

> Link- https://github.com/eosnewyork/eospy

### 54. EOS Sharp
C# client library for EOS blockchains.

> Link - https://github.com/GetScatter/eos-sharp

### 55. EOS PHP
PHP Wrapper for EOS API.

> Link - https://github.com/kesar/eos-php

### 56. PHP EOS RPC SDK
A PHP SDK for the EOS RPC API.

> Link - https://github.com/BlockMatrixNetwork/php-eos-rpc-sdk

### 57. EOS JVM
EOS libraries for the JVM, designed primarily for Android development.

> Link - https://github.com/memtrip/eos-jvm

### 58. SwiftyEOS
SwiftyEOS is an open-source framework for interacting with EOS, written in Swift.

> Link - https://github.com/ProChain/SwiftyEOS

### 59. EOS API Service
EOS API Service platform.

> Link - https://github.com/Tandemly/eos-api-service

## Conclusion
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. 

<a href="https://eosrise.io/"><img src="https://eostribe.io/images/dev-signup-button.png"></a>
<a href="https://eosrise.io/workshop/4"><img src="https://eostribe.io/images/pro-signup-button.png"></a>

<hr>

<center>_An updated version of this article will be maintained <a href="https://medium.com/eostribe/the-big-list-of-eos-developer-resources-1f64e05464b9">here</a>._</center>

<hr>

<center><h4>Connect with us! We're building a better future on EOSIO.</h4></center>

<center><a href="https://eostribe.io">Website</a> | <a href="https://medium.com/eostribe">Medium</a> | <a href="https://github.com/eostribe">Github</a> | <a href="http://t.me/EOSTribe">Telegram</a> | <a href="https://www.facebook.com/groups/eostribe">FB</a> | <a href="https://twitter.com/eostribe">Twitter</a> | <a href="https://discord.gg/Su7pDGt">Discord</a></center>

<hr> 

<a href="https://eosportal.io/chain/12/producers/eostribeprod"><img src="https://eostribe.io/images/vote-eostribeprod.png"></a>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
👎  
properties (23)
authoreostribe
permlinkthe-big-list-of-eos-developer-resources
categoryeos
json_metadata{"tags":["eos","cryptocurrency","altcoin","blockchain","blockproducer"],"image":["https://eostribe.io/images/eos-dev-resources.jpg","https://eostribe.io/images/channels.png","https://eostribe.io/images/dev-resource.png","https://eostribe.io/images/testnetter.png","https://eostribe.io/images/testnets.png","https://eostribe.io/images/api-layer.png","https://eostribe.io/images/dev-signup-button.png","https://eostribe.io/images/pro-signup-button.png","https://eostribe.io/images/vote-eostribeprod.png"],"links":["https://steemit.com/eos/@eostribe/eos","https://steemit.com/eos/@eostribe/jxcqf-eos","https://dappradar.com/eos-dapps","https://steemit.com/eos/@eostribe/eos-tribe-and-oci-partner-for-eos-workshop-series","https://eosrise.io","https://steemit.com/cryptocurrency/@eostribe/how-scatter-will-provide-accountability-and-security-on-the-blockchain","https://t.me/joinchat/Esi1OkPktgcFeJ3Lmlcrqg","https://t.me/eosrise","https://t.me/eos_opportunities","https://t.me/EOSdesign","https://developers.eos.io","https://eosio.stackexchange.com","https://www.eosdocs.io","https://eosbootcamp.com","https://eostutorials.com","https://github.com/EOSIO/eos/tree/master/programs/cleos","https://github.com/EOSIO/eos/tree/master/programs/nodeos","https://github.com/EOSIO/eos/tree/master/programs/keosd","https://github.com/eoscanada/eosc","https://github.com/bytemaster/fc","https://github.com/WebAssembly/wabt","https://github.com/wwwg/wasmdec","https://github.com/EOSIO/eosio.contracts","https://github.com/EOSArgentina/eosdev","https://github.com/tokenika/eosfactory","https://github.com/EOSIO/eosjs","https://github.com/EveripediaNetwork/eosjs-browser","https://github.com/EOSIO/eosio-project-boilerplate-simple","https://github.com/EOSEssentials/EOS-RC-Parser","https://github.com/EOSEssentials/EOSHelpers","https://www.eosblox.com/","https://github.com/eosasia/ping-eos","https://github.com/EOS-Nation/eos-encrypt","https://github.com/eostitan/eos-communication","https://bloks.io","http://jungle.cryptolions.io/","https://www.cryptokylin.io/","https://github.com/CryptoLions/EOS-Jungle-Testnet","https://github.com/cryptokylin/CryptoKylin-Testnet","https://github.com/eoscafe/eos-debug","https://eosnode.tools","https://github.com/EOSIO/eos/tree/master/Docker","https://github.com/EOS-BP-Developers/EOS-Test-Cave","https://github.com/eosasia/nodeos_kinesis_plugin","https://github.com/EOS-Nation/eosws","https://github.com/EOSIO/patroneos","https://github.com/eoscanada/pitreos","https://github.com/EOSIO/demux-js","https://github.com/eosauthority/incoming-transfer-rules","https://github.com/EOSEssentials/eos-node-watcher","https://github.com/EOS-BP-Developers/eosio-graphql","https://github.com/EOS-BP-Developers/eosio-mongodb-queries","https://github.com/bancorprotocol/eos-rabbitmq-plugin","https://github.com/cc32d9/eos_zmq_plugin","https://github.com/cc32d9/eos_zmq_plugin_receiver/","https://github.com/TP-Lab/kafka_plugin","https://github.com/AlohaEOS/eos-mechanics","https://github.com/EOSEssentials/Scala-API-Wrapper","https://github.com/EOSEssentials/eos-java-rpc-wrapper","https://github.com/eoscanada/eos-go","https://github.com/eosnewyork/eospy","https://github.com/GetScatter/eos-sharp","https://github.com/kesar/eos-php","https://github.com/BlockMatrixNetwork/php-eos-rpc-sdk","https://github.com/memtrip/eos-jvm","https://github.com/ProChain/SwiftyEOS","https://github.com/Tandemly/eos-api-service","https://eosrise.io/","https://eosrise.io/workshop/4","https://medium.com/eostribe/the-big-list-of-eos-developer-resources-1f64e05464b9","https://eostribe.io","https://medium.com/eostribe","https://github.com/eostribe","http://t.me/EOSTribe","https://www.facebook.com/groups/eostribe","https://twitter.com/eostribe","https://discord.gg/Su7pDGt","https://eosportal.io/chain/12/producers/eostribeprod"],"app":"steemit/0.1","format":"markdown","users":["sf2","dan"]}
created2018-10-07 22:30:51
last_update2018-10-10 16:19:06
depth0
children18
last_payout2018-10-14 22:30:51
cashout_time1969-12-31 23:59:59
total_payout_value7.847 HBD
curator_payout_value2.583 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14,497
author_reputation2,660,491,410,996
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,831,891
net_rshares6,981,524,334,262
author_curate_reward""
vote details (65)
@cypherman ·
Great job. Thanks!
properties (22)
authorcypherman
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t012750125z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-08 01:27:51
last_update2018-10-08 01:27:51
depth1
children0
last_payout2018-10-15 01:27:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation6,601,132,304
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,838,610
net_rshares0
@eos-zealot ·
great job!
properties (22)
authoreos-zealot
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181009t051116838z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-09 05:11:21
last_update2018-10-09 05:11:21
depth1
children0
last_payout2018-10-16 05:11:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation4,091,384,208
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,917,640
net_rshares0
@eospark.com ·
I think EOSPark API service must be considered as a developer resource. You can simply develop your EOS applications without deploying nodes. https://eospark.com/openapi

Cheers!
properties (22)
authoreospark.com
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181009t074931126z
categoryeos
json_metadata{"tags":["eos"],"links":["https://eospark.com/openapi"],"app":"steemit/0.1"}
created2018-10-09 07:49:33
last_update2018-10-09 07:49:33
depth1
children0
last_payout2018-10-16 07:49:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length178
author_reputation27,834,407,558
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,924,472
net_rshares0
@eosphere ·
$1.47
Nice one mate!
👍  
properties (23)
authoreosphere
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181009t011829694z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-09 01:18:30
last_update2018-10-09 01:18:30
depth1
children0
last_payout2018-10-16 01:18:30
cashout_time1969-12-31 23:59:59
total_payout_value1.466 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation3,917,525,017,121
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,908,523
net_rshares1,345,224,730,000
author_curate_reward""
vote details (1)
@eosvenezuela ·
Great resources!, we have the [EOS Study Center](https://eosvenezuela.io/esc.html), where you can find nice videos made by the community.
properties (22)
authoreosvenezuela
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t222600615z
categoryeos
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["eos"],"users":[],"links":["https://eosvenezuela.io/esc.html"],"image":[]}
created2018-10-08 22:26:03
last_update2018-10-08 22:26:03
depth1
children0
last_payout2018-10-15 22:26:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation2,732,562,338,898
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,901,203
net_rshares0
@hsejin314 ·
great!
properties (22)
authorhsejin314
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t024022070z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-08 02:40:18
last_update2018-10-08 02:40:18
depth1
children0
last_payout2018-10-15 02:40:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation6,924,979,416
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,841,737
net_rshares0
@javierjmc ·
Thanks for putting this big list together! Great resources :)

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorjavierjmc
permlinkjavierjmc-re-eostribe-the-big-list-of-eos-developer-resources-20181008t071731676z
categoryeos
json_metadata{"app":"partiko"}
created2018-10-08 07:17:33
last_update2018-10-08 07:17:33
depth1
children0
last_payout2018-10-15 07:17:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation420,915,675,359
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,853,748
net_rshares0
@lovejoy ·
Holy smokes that’s quite a list! great job putting that together. 😹
👍  
properties (23)
authorlovejoy
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t015935418z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-08 01:59:36
last_update2018-10-08 01:59:36
depth1
children0
last_payout2018-10-15 01:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation53,556,731,007,030
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,839,856
net_rshares4,019,669,690
author_curate_reward""
vote details (1)
@matt-a · (edited)
Lots of resteems and no real upvote support from folks  on the platform, for shame!  Have a ~$10 or so upvote, you deserve more for this legwork.

Thanks for putting this out there!  Truly helpful.  Definitely a good resource to come back to, bookmarked!  I'll certainly be pointing inquiring parties in the direction of this post, no doubt.
👍  
properties (23)
authormatt-a
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t040858921z
categoryeos
json_metadata{"tags":["eos"],"app":"busy/2.5.6","community":"busy","format":"markdown","users":[],"links":[],"image":[]}
created2018-10-08 04:10:36
last_update2018-10-08 19:17:42
depth1
children3
last_payout2018-10-15 04:10:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length341
author_reputation34,621,295,577,150
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,845,578
net_rshares4,102,665,320
author_curate_reward""
vote details (1)
@eostribe ·
Thanks for your endorsement @matt-a! We are always trying to add value for the EOS ecosystem, and it's appreciated when those efforts are recognized.
properties (22)
authoreostribe
permlinkre-matt-a-re-eostribe-the-big-list-of-eos-developer-resources-20181009t201451800z
categoryeos
json_metadata{"tags":["eos"],"users":["matt-a"],"app":"steemit/0.1"}
created2018-10-09 20:14:51
last_update2018-10-09 20:14:51
depth2
children0
last_payout2018-10-16 20:14:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation2,660,491,410,996
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,962,545
net_rshares0
@xyzashu ·
Added my 2 cents too ;)
properties (22)
authorxyzashu
permlinkre-matt-a-re-eostribe-the-big-list-of-eos-developer-resources-20181008t155519950z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-08 15:55:24
last_update2018-10-08 15:55:24
depth2
children1
last_payout2018-10-15 15:55:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation366,162,170,863,200
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,882,809
net_rshares0
@matt-a ·
It all adds up!  This is a good, comprehensive list that I'm sure is gonna be popping up in search results a lot in the future.
👍  
properties (23)
authormatt-a
permlinkre-xyzashu-re-matt-a-re-eostribe-the-big-list-of-eos-developer-resources-20181008t191146525z
categoryeos
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["eos"],"users":[],"links":[],"image":[]}
created2018-10-08 19:11:51
last_update2018-10-08 19:11:51
depth3
children0
last_payout2018-10-15 19:11:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation34,621,295,577,150
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,892,866
net_rshares3,853,874,921
author_curate_reward""
vote details (1)
@memtrip ·
You missed eos-jvm and eos reach, an open source wallet for Android.

https://github.com/memtrip/eos-jvm
https://github.com/memtrip/eosreach
properties (22)
authormemtrip
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t102428298z
categoryeos
json_metadata{"tags":["eos"],"links":["https://github.com/memtrip/eos-jvm","https://github.com/memtrip/eosreach"],"app":"steemit/0.1"}
created2018-10-08 10:24:27
last_update2018-10-08 10:24:27
depth1
children0
last_payout2018-10-15 10:24:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation98,328,913
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,862,870
net_rshares0
@msicc ·
thanks for this extensive list, which appears to cover just everything to get started in the EOS world as a developer.
properties (22)
authormsicc
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t045759572z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-08 04:58:03
last_update2018-10-08 04:58:03
depth1
children0
last_payout2018-10-15 04:58:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation1,683,006,249,585
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,847,564
net_rshares0
@pingponghongkong ·
Love it. Good job!!
👍  
properties (23)
authorpingponghongkong
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181204t014830141z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-12-04 01:48:30
last_update2018-12-04 01:48:30
depth1
children0
last_payout2018-12-11 01:48:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation3,875,078,766
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,322,341
net_rshares1,409,623,091
author_curate_reward""
vote details (1)
@ralf.weinand · (edited)
Great list of EOS resources! Thanks for sharing!
properties (22)
authorralf.weinand
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t032655410z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-08 03:26:57
last_update2018-10-08 03:29:18
depth1
children0
last_payout2018-10-15 03:26:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation350,987,000
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,843,751
net_rshares0
@superoneio ·
Thanks for this great lists. It's essential for eos developers.
properties (22)
authorsuperoneio
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181008t092043874z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-10-08 09:20:48
last_update2018-10-08 09:20:48
depth1
children0
last_payout2018-10-15 09:20:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation22,183,880,062
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,859,807
net_rshares0
@xycrone ·
I think all new and current games need to think seriously about EOS integration.
properties (22)
authorxycrone
permlinkre-eostribe-the-big-list-of-eos-developer-resources-20181127t171921587z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-11-27 17:19:21
last_update2018-11-27 17:19:21
depth1
children0
last_payout2018-12-04 17:19:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation675,766,587
root_title"The Big List of EOS Developer Resources"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,998,565
net_rshares0