This repository is made to provide examples of how to integrate Wert module into your project. They are stored in /src/
folder.
- Example of simple cryptocurrency purchase
- Example of smart contract purchase
- Example of NFT purchase
To check it locally:
git clone git@github.com:wert-io/widget-integration-example.git
cd widget-integration-example
npm install
npm run start
...and the page with the examples will open automatically in your default browser.