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.
Basically I made the base for the project, how to contribute, how the snippets are organized etc.
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).
This is a small example to allows you to switch from the mainnet to the testnet.
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.