0.0.1 • Published 5 years ago
oraichain-cosmosjs v0.0.1
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