1
0
pbc-defi-ui/README.md

29 lines
379 B
Markdown

# Defi UI TODO
TODO
Demo for how to integrate PBC wallet into a web frontend or dApp.
## Requirements
To be able to run the demo the following setup is required.
- node.js version v.16.15.0 or newer.
## How to run?
First type check the Typescript using.
```shell
npm ts
```
To run the example run
```shell
npm install
npm start
```
and view the demo at localhost:8080