cosmos-rest
JavaScript client for the Cosmos SDK API
Useage
npm i cosmos-rest -s
import Client from 'cosmos-rest';
const cosmosClient = new Client("http://192.168.16.11:1314");
cosmosClient.query_account(address[, callback])
cosmosClient.join_game(signMsg[,callback])
cosmosClient.get_gc(json[,callback])
cosmosClient.player_action(gsid,json[,callback])
cosmosClient.end_game(gsid,json[,callback])
cosmosClient.query_amount(gsid,json[,callback])
cosmosClient.game_relay(json[,callback])
cosmosClient.query_tx(txhash[,callback])
cosmosClient.end_game_session(gsid[,callback])