Skip to content

Benskalz/dogecoin-signature-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dogecoin signature tool

JavaScript Client-Side Dogecoin Signing and Verification Tool

Hosted on GitHub Pages : https://dogenano-xdg.github.io/dogecoin-signature-tool/

Build from source

Install Node.js: https://nodejs.org/en/download/

Install yarn and browserify:

npm install -g browserify
npm install -g yarn

Download code, install dependencies and index.js bundling:

git clone https://github.com/Dogenano-xdg/dogecoin-signature-tool.git
cd dogecoin-signature-tool
yarn install
browserify index.js -o bundle.js

You can now open index.html in your browser

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • HTML 0.4%