@metagptx/wallet
v1.2.1
Published
Wallet service Protocol Buffers and Connect definitions for TypeScript
Downloads
180
Readme
@metagptx/wallet
Wallet service Protocol Buffers and Connect definitions for TypeScript.
Installation
From npm registry
npm install @metagptx/walletFrom Git repository
npm install git+ssh://[email protected]:idl/js/mgx/wallet.gitUsage
import {
TestService,
QuotaService,
OrderService,
// ... other exports
} from '@metagptx/wallet';Development
# Install dependencies
npm install
# Build the library
npm run buildPublishing
npm publish