Skip to content

Commit

Permalink
Merge pull request #53 from cosmos-client/rename
Browse files Browse the repository at this point in the history
Rename
  • Loading branch information
kimurayu45z authored Oct 17, 2021
2 parents b4fd7d4 + de4142d commit 800ce5c
Show file tree
Hide file tree
Showing 36 changed files with 202,975 additions and 256,883 deletions.
3 changes: 1 addition & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# These are supported funding model platforms

github: [lcnem, KimuraYu45z]
custom: ['https://paypal.me/lcnem']
github: [CauchyE, KimuraYu45z]
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-node-
- run: npm install
- run: npm run build --if-present
- run: npm publish
- run: npm publish --access=public
working-directory: ./dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# cosmos-client-ts

JavaScript / TypeScript client for Cosmos SDK blockchain.
REST API client for Cosmos SDK blockchain

## Install

```shell
npm install --save cosmos-client
npm install @cosmos-client/core
```

### Caution

A package name `cosmos-client` is deprecated. Please use `@cosmos-client/core` alternatively.

## Examples

```typescript
Expand Down
4 changes: 2 additions & 2 deletions gen-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npx pbjs \
--no-create \
--path=./proto/ \
--path=./proto-thirdparty/ \
--root=cosmos-client \
--root="@cosmos-client/core" \
${proto_files[@]}

npx pbjs \
Expand All @@ -34,7 +34,7 @@ npx pbjs \
--no-create \
--path=./proto/ \
--path=./proto-thirdparty/ \
--root=cosmos-client \
--root="@cosmos-client/core" \
${proto_files[@]}

npx pbts \
Expand Down
Loading

0 comments on commit 800ce5c

Please sign in to comment.