@identity.com/solana-gateway-http-client

v1.0.9
Client for interacting with OCIV gatekeepers

build

yarn run clean && yarn run compile

clean

rimraf -rf ./dist

compile

tsc -p tsconfig.build.json

prepare

yarn build

test:unit

STAGE=${STAGE:-dev} FORCE_COLOR=1 nyc --reporter=text ts-mocha --paths 'test/unit/**/*.ts'

test:integration

STAGE=${STAGE:-dev} ts-mocha --timeout 40000 --exit --paths 'test/integration/**/*.ts'

start-validator

solana-test-validator --bpf-program gatem74V238djXdzWnJf94Wo1DcnuGkfijbf3AuBhfs ../program/target/deploy/solana_gateway_program.so --reset

test

yarn test:unit && yarn test:integration

lint

eslint src/ test/ --ext .ts
npm i @identity.com/[email protected]

Metadata

  • MIT
  • Whatever
  • Kevin Colgan
  • released 5/26/2021

Downloads