Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 394 Bytes

File metadata and controls

35 lines (24 loc) · 394 Bytes

dev setup

Install PAPI and bun

npm i -g polkadot-api
npm install -g bun

setup of this dir

If you want to start from scratch

bun init -y
bun papi add dot -n polkadot
bun papi add itp -w wss://polkadot.api.integritee.network
bun papi
bun install

playground

run papi.how example:

bun index.ts 

run integritee test

bun test-integritee-polkadot.ts