1
0
Go to file
2024-06-08 16:40:07 +02:00
src/main Basic contract state fetching implemented. Need to extend 2024-06-08 16:40:07 +02:00
.gitignore Basic UI on example web client 2024-06-08 15:41:36 +02:00
package.json Basic UI on example web client 2024-06-08 15:41:36 +02:00
README.md Basic UI on example web client 2024-06-08 15:41:36 +02:00
tsconfig.json Basic UI on example web client 2024-06-08 15:41:36 +02:00
webpack.config.js WIP swap 2024-06-08 16:12:57 +02:00

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