KNowledgeOnWebScale / solid-web-monetization

Incentivizing Decentralized Application Development within Solid through Web Monetization
9 stars 0 forks source link

Create Solid app to configure wallet(s) in profile #2

Closed rubensworks closed 3 years ago

rubensworks commented 3 years ago

A small client-side JavaScript app should be created that allows users to log in, and manage (CRUD) wallets in their profile.

This will be nothing more than a visual interface to add/remove triples in a single RDF document (the profile of the logged in user).

Important here is that the interface is simple and intuitive enough for non-developers.

Depends on #1

Possibly relevant software libraries:

Falx commented 3 years ago

Added a first React web app with React Router, React Bootstrap and Scss/Typescript enabled.

It is not doing anything yet, but this allows me to get the ci/cd pipe running, see #3

Falx commented 3 years ago

Login/Logout working for solid oidcProvider https://inrupt.net Waiting for https://github.com/inrupt/solid-ui-react/pull/276 to get merged into @inrupt/solid-ui-react to enable session restore on refresh.

As testcase, the Wallet page is no reading the /public/card#me dataset