Skip to content

cmptrx/bitshares-browser-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Plugin for BitShares

WARNING: This code base is a pilot project and is unreviwed and not maintained!

The purpose of this plugin was an in-browser app for simple asset transfers.

Installation

  1. for install package(node modules)
npm install
  1. for generate build(it's a folder with chrome extension)
npm run build
  1. for starting local server with this application on the http://localhost:3000/#/ (not recomended, because need to comment some part of code, when using only chrome extension function)
npm run start
  1. for the switch to real/test server, you must comment/recomment 32-34 / 35-37 line

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • CSS 15.5%
  • HTML 3.7%