Skip to content

A simple web server that's designed to help with Kekdaq Wallet development

Notifications You must be signed in to change notification settings

kekdaq/kekdaq-wallet-dev-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kekdaq-wallet-dev-server

A simple web server that's designed to help with Kekdaq Wallet development.

Install

npm install -g kekdaq-wallet-dev-server

Usage

Please adjust the wallet path according to your setup. The environment variable WALLET_PATH should point to where the compiled source of the kekdaq wallet is. And KEKDAQBLOCKD_URL should point to where your kekdaqblockd is running, probably including the correct port number as in the following example:

WALLET_PATH=kekdaqnode/kekdaq-wallet/build KEKDAQBLOCKD_URL=http://172.17.0.8:4100 kekdaq-wallet-dev-server

About

A simple web server that's designed to help with Kekdaq Wallet development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 94.4%
  • JavaScript 5.6%