Skip to content

Lamarkaz/Kameleon-currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kameleon Currency

Cryptocurrency middleware for the Kameleon framework

This project is work in progress. It should not be used in production to hold real value.

Installation

Requirements:

  • Node.js v.7.6.0 or higher
  • Mac or Linux
npm install --save kameleon kameleon-currency

Usage

let kameleon = require('kameleon')
let currency = require('kameleon-currency')

let node = new kameleon()

node.use(currency({
  "be862ad9abfe6f22bcb087716c7d89a26051f74c":"10" // Initial balances
}))

node.start()

API

API docs will be deployed on a separate site soon.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU GPLv3

About

Cryptocurrency middleware for Kameleon framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published