@open-rpc/mock-server

v1.7.4
Provides a mock JSON-RPC API given an OpenRPC Document

start

npm run build && node ./build/cli.js

startaws

npm run build && node ./build/cli.js -m service -p 8081

test

npm run build && npm run test:unit

test:unit

jest --coverage

build

tsc && cp service-mode-openrpc.json build/.

watch:build

tsc --watch

watch:test

jest --watch

lint

eslint . --ext .ts
npm i @open-rpc/[email protected]

Metadata

Downloads