Skip to content

smartholdem/sthjs-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartHoldem JS API Wrapper

A Node.JS module which provides a wrapper for the SmartHoldem API.

npm install --save sthjs-wrapper

Initialization

Before you begin, choose a network to initialize a list of nodes in that network

var smartholdemApi = require('sthjs-wrapper');
var network = 'main'; //or 'dev'

smartholdemApi.setPreferredNode('127.0.0.1:6100') // optional set default your node ip:port
smartholdemApi.init(network);

SmartHoldem API Wrapper Documentation

Releases

No releases published

Packages

No packages published