This is the first update for steemjs, an open source collection of code snippets on steem-related libraries. You can find more info in it here. I will regularly post updates on the changes. This is the first one.
Work done :
Creation of the structure, how to contribute etc
Basically I made the base for the project, how to contribute, how the snippets are organized etc.
Added snippets :
create_account (steemjs)
This function allows you to easily create an account, without delegation. This pulls some dependencies from dsteem because we calculate automatically the creation fee (which is 6 steem as of 26/12/2017).
use_testnet (steemjs)
This is a small example to allows you to switch from the mainnet to the testnet.
test_login (steemjs)
This allows you to test if the username/password or username/private key pair is correct.
Note that this works with every private keys, so you can test the posting, active and owner key.
commits :
github repos : https://github.com/drov0/steemsnippets
Proof of work can be found in the readme.
Posted on Utopian.io - Rewarding Open Source Contributors