oraichain-cosmosjs
v0.0.1
Published
A JavasSript Open Source Library for Oraichain and possibly many other Cosmos network blockchains as well
Downloads
29
Readme
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