walletprovider-sdk
Documentation
Please refer to documentation
Demo
Under the demo directory we provide the sample webpage that shows example usage of the library.
In order to run it execute the following
cd demo
npm install
npm run dev
Build
Bun runtime is required
Install bun from https://bun.sh
Install dependencies
bun install
Build
bun run build
The output will be in the dist
folder.
Test
Create *.test.ts
files and run tests with:
bun run test
bun run test:watch
Format the code
bun run format
Generate the documentation
bun run docs