From 8b4323c2b7198bd54d32d8c48d9563ad60adf516 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 9 Jun 2020 15:01:13 +0100 Subject: [PATCH] Replace cosmwasm-js with cosmjs --- package.json | 2 +- packages/bcp/README.md | 2 +- packages/cli/README.md | 8 ++++---- packages/cosmwasm/README.md | 2 +- packages/demo-staking/README.md | 2 +- packages/faucet/README.md | 2 +- packages/sdk38/README.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c01d1839..502fb0ff 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cosmwasm-js-monorepo-root", + "name": "cosmjs-monorepo-root", "description": "Transaction codec and client to communicate with any wasmd blockchain", "private": true, "author": "Ethan Frey ", diff --git a/packages/bcp/README.md b/packages/bcp/README.md index 9afbba2c..aebf15ec 100644 --- a/packages/bcp/README.md +++ b/packages/bcp/README.md @@ -6,7 +6,7 @@ A [BCP](https://github.com/iov-one/iov-core/tree/master/packages/iov-bcp) implem ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and [LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/cli/README.md b/packages/cli/README.md index 7aa46ed3..abefb9ab 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -85,7 +85,7 @@ const postResult = await client.postTx(signedTx); ## Extended helpers The above code shows you the use of the API and various objects and is a great way to learn -how to embed cosmwasm-js into your project. However, if you just want a cli to perform some +how to embed cosmjs into your project. However, if you just want a cli to perform some quick queries on a chain, you can use an extended set of helpers: Start with `./bin/cosmwasm-cli --init examples/helpers.ts` @@ -217,7 +217,7 @@ Do note that the ERC contract is code `5` on this network (instead of `1` above) If you are using the go commands and have tokens there, you may want to reuse the same account. (If you don't know what this is, just skip this section). You can reuse the mnemonic between the Go tooling and the Node.js tooling, but this violates all security protocols - only use this for -testnets. In the future we will offer proper encrypted key management for CosmWasm-JS. +testnets. In the future we will offer proper encrypted key management for cosmjs. (You can replace `wasmcli` with `xrncli` and use `regenOptions` if you wish to use that testnet) @@ -247,7 +247,7 @@ Save mnemonic to a file echo "cousin nephew vintage label empty sunny cargo mushroom photo side clarify sleep solid entire deal tattoo vehicle record discover arrive sting staff salt uncle" > wasmcli.key ``` -Load it up in cosmwasm-js: `./bin/cosmwasm-cli --init examples/helpers.ts` +Load it up in cosmjs: `./bin/cosmwasm-cli --init examples/helpers.ts` ```ts const mnemonic = loadOrCreateMnemonic("wasmcli.key"); @@ -266,7 +266,7 @@ with proper types. ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and [LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/cosmwasm/README.md b/packages/cosmwasm/README.md index 1b90ff09..adf19a63 100644 --- a/packages/cosmwasm/README.md +++ b/packages/cosmwasm/README.md @@ -6,7 +6,7 @@ An SDK to build CosmWasm clients. ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and [LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/demo-staking/README.md b/packages/demo-staking/README.md index f4c4613c..eceb8751 100644 --- a/packages/demo-staking/README.md +++ b/packages/demo-staking/README.md @@ -2,7 +2,7 @@ ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and [LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/faucet/README.md b/packages/faucet/README.md index 04d07871..65f9f2c1 100644 --- a/packages/faucet/README.md +++ b/packages/faucet/README.md @@ -131,7 +131,7 @@ curl http://localhost:8000/status ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and [LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/sdk38/README.md b/packages/sdk38/README.md index fe90c72e..233b5cbf 100644 --- a/packages/sdk38/README.md +++ b/packages/sdk38/README.md @@ -6,7 +6,7 @@ A client library for the Cosmos SDK 0.38. ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and [LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).