oraichain-cosmosjs
v0.0.1
Published
A JavasSript Open Source Library for Oraichain and possibly many other Cosmos network blockchains as well
Readme
Build and deploy Oraichain cosmosjs to npm
1. Install dependencies
yarn2. Build javascript bundle
yarn build3. Copy typescript files into the bundle
cp -r src/messages/ dist/ && cp src/index.d.ts dist/ && rm dist/messages/proto.js4. Login to npm
npm login5. Publish the bundle
npm publish