This example demonstrate how to connect your website to Minter Link extension with Minter Connect library.
- Connect website (request permanent access to user wallet address)
- Sign message (authenticate user with message, signed by his Private Key)
- Request for payment (one-click Minter payments for your merchant)
Install extension and play with demo.
Check src/components/Example.vue
for working code example.
npm install
npm run serve
Running at localhost:8000