src/main | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
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.
npm ts
To run the example run
npm install
npm start
and view the demo at localhost:8080