
This release implements official Steemit API (also known as condenser) client, adds HTTP transport for JSONRPC calls to steemd, improves configuration options.
Repos and docs
New features
- Steemit API client for
condenser
JSONRPC API athttp://api.steemit.com
- HTTP transport client for steemd JSONRPC API calls
- Customizable configuration for HTTP and Websockets tranports
- To use websockets transport set :api to
jsonrpc_ws_api
and :api_url towss://your.node.ws
- To use http set :api to
jsonrpc_http_api
and :api_url tohttp://your.node.ws
- To use websockets transport set :api to
Roadmap
- Add latest blockchain ops
- Add more structured ops and transformations
- Add transaction broadcast
About Elixir
Elixir is a functional programming language with superior concurrency primitives, distributed computation and fault tolerance capabilities based on Erlang/OTP.
Personally, I am really happy with my bet on Elixir to build cryptotokens related apps and strongly recommend to learn more about Elixir and Erlang ecosystem.
Learning resources:
- ElixirConf Jose Valim Keynote
- ElixirConf 2016 Chris McCord Keynote
- Elixir School
- Elixir Crash Course