@pythnetwork/express-relay-evm-js

v0.4.0
Utilities for interacting with the express relay protocol
pyth oracle relay

lint

eslint src

test

jest src/ --passWithNoTests

build

tsc

format

prettier --write "src/**/*.ts"

version

npm run format && git add -A src

preversion

npm run lint

prepublishOnly

npm run build && npm test && npm run lint

simple-searcher

npm run build && node lib/examples/simpleSearcher.js

generate-api-types

openapi-typescript http://127.0.0.1:9000/docs/openapi.json --output src/serverTypes.d.ts
npm i @pythnetwork/[email protected]

Metadata

Downloads