blox-paper
v1.0.3
Published
Generates a Paper Wallet from a key pair
Readme
<blox-paper>
Generates a Paper Wallet from a key pair
Install the Polymer-CLI
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.
Install blox-paper
$ npm install blox-paperViewing Your Element
$ polymer serveRunning Tests
$ polymer testImport
$ import 'blox-paper';Basic Use
<blox-paper
public-key="EOS8VWYBpVzYYGM7uCMLzKx5WHeMNogFD3Wj4ozCtujinH4c7wDTH"
private-key="5KSN3j1db45aoA5QjjYhAmbp5AsAM99QM5Dd2xBxjgTRvYH1ivX"
error="{{error}}">
</blox-paper>