DaBisounours / xswd-api

JS/TS client interface for the XSWD protocol on DERO wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bun starter

Getting Started

Click the Use this template button to create a new repository with the contents starter.

OR

Run bun create wobsoriano/bun-lib-starter ./my-lib.

Setup

# install dependencies
bun install

# test the app
bun test

# build the app, available under dist
bun run build

License

MIT

About

JS/TS client interface for the XSWD protocol on DERO wallet

License:MIT License


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%