Steem-lib, Intro.
A javascript library that's I had been working on during past few months.
This post is just a quick walk-through about its overall structure.
Usage
- a Steem client that could be configured to stay connected with multi-servers.
- to make Steem API calls, to construct transactions, signing & broadcast.
- listening to blocks, and transactions.
Codes Structure
The overall structure is basically an imitation of ripplelib that I had been using. The main components are some nodejs EventListeners object: Remote, Server, Request, Transaction, TransactionManager.
Most other underlying codes are directly copied and modified from steemjs-lib and official steem-js repositories.
There's no ES6 syntax in these codes, nor any use of promises. And I'm preferring flat structure, so every source-files just goes into one single folder.
included in the /build folder are the pre-build js and min.js that's ready for browser use.
Release:
https://github.com/ripplerm/steem-lib
https://www.npmjs.com/package/steem-lib
More details in my next posts...
Leave Steem-lib, Intro. to:
Read more #steem-lib posts
Best Posts From ripplerm
We have not curated any of ripplerm's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From ripplerm
- [Steemiex] A new Ripple Gateway for Steem (alpha launch)
- [Steemiex Guide] Adding New Currency-Pair (Market) in Gatehub-wallet
- [Steemiex Guide] Withdraw from Ripple-network to Steem-blockchain
- [Steemiex Guide] Deposit from Steem to Ripple-network
- [Steemiex Guide] How to set Trustlines to Steemiex
- XRP-Giveaway for Steem Users
- [Ripple-Wallet Guide] Trading / Exchange
- [Ripple-Wallet Guide] Making Payment
- [Ripple-Wallet Guide] Managing Trustlines
- [Ripple] Understanding passphrase, secret-key, and address (account).
- [Ripple-Wallet Guide #2] Account Info
- [Ripple-Wallet Guide #1] Overview, Network, Account.
- [Ripple Wallet] - Introduction.
- [Experiment] The Born of a Top Voting Bot
- [Proposal] Decoupling Curation Rewards from Post's
- Steem-lib Guide [Part3]
- Story About Farm Workers
- Steem-lib Guide [Part2]
- Steem-lib Guide [Part1]
- Steem-lib, Intro.