8000 GitHub - cinvoke/casinocoin-libjs: Casinocoin Javascript API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cinvoke/casinocoin-libjs

 
 

Repository files navigation

Casinocoin Javascript Asset Bundle

CasinoCoin JavaScript assets have been organized into a monorepo leveraging Lerna. This affords partners and contributors a single location to build software solutions on the world's leading open source, blockchain-backed digital currency designed specifically for the regulated gaming industry.

Assets

package description dependencies
@casinocoin/libjs A JavaScript API for interacting with the casinocoind server using a Node or browser client. none

Quick Start

# install root dependencies
$ npm i

# install dependencies for all packages
$ lerna bootstrap

# clean all package dependencies
$ lerna clean

The following package-specific commands can be executed from the root directory, eliminating the need to cd into package sub-directories and run commands.

@casinocoin/libjs

# starts Webpack development console and watches packages/libjs/src directory
$ npm run libjs:dev

# builds package in root dist/@casinocoin/libjs directory
$ npm run libjs:build

# generates tarball in root tgz directory (strictly for testing)
$ npm run libjs:pack

# mocha-based test suite
$ npm run libjs:test

Related Documents

More Information

About

Casinocoin Javascript API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 65.9%
  • JavaScript 30.6%
  • SCSS 1.7%
  • HTML 1.1%
  • Shell 0.7%
0