Simon Warta 3207a5d5ed Merge pull request #62 from confio/upload-contract
Add script to deploy ERC20 contract for local development
2020-02-07 17:37:56 +01:00
2020-02-07 16:48:46 +01:00
2020-02-06 10:41:08 +01:00
2020-02-07 17:33:54 +01:00
2020-01-22 22:24:22 +01:00
2020-02-06 17:46:47 +01:00
2020-02-07 16:43:54 +01:00
2020-01-29 12:26:47 +01:00
2020-02-06 10:22:21 +01:00
2020-01-23 18:32:43 +01:00
2020-02-06 17:36:14 +01:00
2020-02-06 10:03:34 +01:00
2020-02-06 10:03:34 +01:00
2020-02-06 15:32:12 +01:00
2020-02-07 09:03:14 +01:00

CosmWasm JS

This is a JavaScript/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
S
Description
No description provided
Readme
774 MiB
v0.1.0
Latest
2025-06-19 12:49:27 +00:00
Languages
TypeScript 74.2%
JavaScript 23.2%
Shell 2.6%