Skip to content

Jurischain module is a JavaScript library for dealing with Jurischain as CJS module

Notifications You must be signed in to change notification settings

bipbop/jurischain-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jurischain-module

jurischain-module module is a JavaScript library for dealing with Jurischain as CJS module.

Installation

Use the package manager npm to install jurischain-module.

npm install --save-dev jurischain-module

Usage

const { solve: jurischain } = require('jurischain-module')

jurischain({
    seed: 'seed-xpto'
    difficulty: 10
}).then((solution) => console.log(solution))

Contributing

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

Please make sure to update tests as appropriate.

License

MIT

About

Jurischain module is a JavaScript library for dealing with Jurischain as CJS module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published