@injectivelabs/subaccount-consumer

v0.0.48
Subaccounts on Injective Protocol made easy. Can be reused throughout Injective's projects.

dev

ts-node-dev -r tsconfig-paths/register src/index.ts

test

jest

build

tsc --build tsconfig.build.json && link-module-alias

clean

tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache

start

node dist/index.js

test:ci

jest --coverage --ci --reporters='jest-junit'

coverage

jest --coverage

test:unit

jest test/unit

test:watch

jest --watch

build:watch

tsc --build -w tsconfig.build.json && link-module-alias

postinstall

shx mkdir -p dist && link-module-alias

coverage:show

live-server coverage

test:integration

jest test/unit
npm i @injectivelabs/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/2/2021

Downloads