Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

artgenexyz/metamask-button-webflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

No-code "Connect Metamask" button for Webflow / Wordpress

How to use?

  1. Create a button in Webflow / Wordpress
  2. Assign it an HTML ID connect in button settings. Guide for Webflow
  3. Create a Custom Code block in Webflow / Wordpress
  4. Copy & paste this code in the custom code block:
<script>
// Change to custom button ID, starting with # (optional)
window.buttonID = "#connect"
</script>
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js" />
<script type="module" src="https://buildship-dev.github.io/metamask-button-webflow/wallet.js" />
  1. Done! "Connect MetaMask" button is working!

Need to setup NFT sale?

Check out free minting widget for Webflow/Wix/Tilda: https://github.com/buildship-dev/webflow-nft-components

If you want to allow minting on your NFT website and can't code, reach out to us via https://buildship.xyz. If you can code, check out https://github.com/buildship-dev/nft-contracts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages