Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

deosorg/__rsksmart-utils

 
 

Repository files navigation

rsk-utils

RSK Utils to convert keys from BTC to RSK

How to build the browser application.

  • Install NPM: https://docs.npmjs.com/cli/install

  • Install Webpack: $ npm install webpack -g

  • Run: $ npm install

  • Run: $ webpack

  • A new "build" folder is created after previous step is executed, in the folder, you would find the the browser app ready to go, just open index.html

This small application run within the browser, no call to the server is made. So you can run it off-line.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.8%
  • HTML 2.2%
  • JavaScript 2.0%