@elrondnetwork/erdjs-network-providers

v0.1.6
Network Provider (API, Gateway) components (compatible with erdjs)

compile

tsc -p tsconfig.json

lint

tslint --project .

prepare

npm run compile

pretest

npm run compile

test

npm run tests-unit

tests-devnet

mocha $(find . -name '*.dev.net.spec.ts')

tests-localnet

mocha $(find . -name '*.local.net.spec.ts')

tests-testnet

mocha $(find . -name '*.test.net.spec.ts')

tests-unit

mocha $(find . -name '*.spec.ts' ! -name '*.net.spec.*')
npm i @elrondnetwork/[email protected]

Metadata

Downloads