Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
fix: add codesandbox demo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Nov 8, 2023
1 parent cd94bdd commit 034dcef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libs/sdk-react-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ export default function App() {
}
```

## Demo

https://pntvgs.csb.app/

Hook used to access the SDK: https://codesandbox.io/s/monerium-sdk-react-provider-pntvgs?file=/src/App.js

The application is wrapped with MoneriumProvider
https://codesandbox.io/s/monerium-sdk-react-provider-pntvgs?file=/src/index.js

## Running unit tests

Run `nx test sdk-react-provider` to execute the unit tests via [Vitest](https://vitest.dev/).

0 comments on commit 034dcef

Please sign in to comment.