Skip to content

minterscan/minter_link_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minter Link Playground

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.

Development

npm install
npm run serve

Running at localhost:8000