2020-01-25 19:44:30 +01:00
2020-01-22 09:41:48 +01:00
2020-01-23 18:19:32 +01:00
2020-01-23 17:20:34 +01:00
2020-01-22 22:24:22 +01:00
2020-01-22 09:41:48 +01:00
2020-01-22 22:24:22 +01:00
2020-01-22 09:41:48 +01:00
2020-01-23 18:32:43 +01:00
2020-01-23 18:33:01 +01:00
2020-01-22 09:55:20 +01:00
2020-01-22 09:55:20 +01:00
2020-01-22 09:41:48 +01:00
2020-01-22 09:41:48 +01:00

@iov/cosmos

npm version

This is a Typescript client-side binding to wasmd, a sample blockchain for the cosmwasm smart contracting platform.

Development

Requires Node 10+. For best results, use yarn. The basic commands are:

# compile the code
yarn build
# run unit tests
yarn test

# format and lint the code
yarn format && yarn lint

Integration tests

To run the entire test suite, you need to run a local blockchain to test against. This should work on any Linux/OSX system with docker installed.

./scripts/cosm/start.sh
COSMOS_ENABLED=1 yarn test
./scripts/cosm/stop.sh
Description
The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
Readme Apache-2.0 1 GiB
Languages
TypeScript 93%
Shell 3.5%
JavaScript 3.2%
Python 0.1%
HTML 0.1%