0.0.1 • Published 3 years ago

oraichain-cosmosjs v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Build and deploy Oraichain cosmosjs to npm

1. Install dependencies

yarn

2. Build javascript bundle

yarn build

3. Copy typescript files into the bundle

cp -r src/messages/ dist/ && cp src/index.d.ts dist/ && rm dist/messages/proto.js

4. Login to npm

npm login

5. Publish the bundle

npm publish