Creates an account on the EOS blockchain
First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install
to install your element's dependencies, then run polymer serve
to serve your element locally.
$ npm install blox-account
$ polymer serve
$ polymer test
$ import 'blox-account';
<blox-account id="account"></blox-account>