You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. If you have your Ethereum NFT contract, insert your contract address in `CONTRACT_ADDRESS` field. If you don't, [contact us](https://buildship.dev).
28
26
5. Create a button with ID `mint-button` to your Webflow site.
### I'm confused / it's not working, can you help me?
48
44
Yes, absolutely! You can contact us at https://buildship.dev, or open a [GitHub issue](https://github.com/buildship-dev/webflow-nft-components/issues/new)
49
45
@@ -52,10 +48,25 @@ Mint button will ask to connect wallet, so it's not necessary to add a "Connect
52
48
53
49
If you still want to do it, create a Webflow button with ID `connect`.
54
50
51
+
### How to add minted counter?
52
+
Just create two text elements and assign them:
53
+
-`minted-counter` ID to display minted number
54
+
-`total-counter` ID to display collection max size
55
+
55
56
### How to use this with Polygon, Binance, or other Ethereum-based networks?
56
57
It's easy! Change `NETWORK_ID` in the code snippet:
57
58
58
59
- Ethereum Rinkeby Testnet: `NETWORK_ID = 4`
59
60
- Polygon `NETWORK_ID = 137`
60
61
- Binance `NETWORK_ID = 56`
61
62
- For others visit: https://chainlist.org/
63
+
5. Change `NETWORK_ID` if you're using something other than Ethereum:
64
+
- Ethereum Rinkeby Testnet: `NETWORK_ID = 4`
65
+
- Polygon `NETWORK_ID = 137`
66
+
- Binance `NETWORK_ID = 56`
67
+
6. Create a button with ID `mint-button` to your Webflow site.
68
+
7. You're done 🎉
69
+
70
+
Minting will work via Metamask wallet, and will ask to connect the wallet first, so it's not necessary to add a "Connect wallet" button.
71
+
72
+
If you don't know how to code or want to launch fast, get Webflow NFT minting templates at https://buildship.dev
4. If you have your Ethereum NFT contract, insert your contract address in `CONTRACT_ADDRESS` field. If you don't, [contact us](https://buildship.dev).
25
23
5. Create a button with ID `mint-button` to your Webflow site.
### I'm confused / it's not working, can you help me?
45
41
Yes, absolutely! You can contact us at https://buildship.dev, or open a [GitHub issue](https://github.com/buildship-dev/webflow-nft-components/issues/new)
46
42
47
43
### How to add "Connect wallet" button?
48
-
Mint button will ask to connect wallet, so it's not necessary to add a "Connect wallet" button.
44
+
Mint button will ask to connect wallet, so it's not necessary to add a "Connect wallet" button.
49
45
50
46
If you still want to do it, create a Webflow button with ID `connect`.
51
47
48
+
### How to add minted counter?
49
+
Just create two text elements and assign them:
50
+
-`minted-counter` ID to display minted number
51
+
-`total-counter` ID to display collection max size
52
+
52
53
### How to use this with Polygon, Binance, or other Ethereum-based networks?
53
54
It's easy! Change `NETWORK_ID` in the code snippet:
54
55
55
56
- Ethereum Rinkeby Testnet: `NETWORK_ID = 4`
56
57
- Polygon `NETWORK_ID = 137`
57
58
- Binance `NETWORK_ID = 56`
58
59
- For others visit: https://chainlist.org/
60
+
5. Change `NETWORK_ID` if you're using something other than Ethereum:
61
+
- Ethereum Rinkeby Testnet: `NETWORK_ID = 4`
62
+
- Polygon `NETWORK_ID = 137`
63
+
- Binance `NETWORK_ID = 56`
64
+
6. Create a button with ID `mint-button` to your Webflow site.
65
+
7. You're done 🎉
66
+
67
+
Minting will work via Metamask wallet, and will ask to connect the wallet first, so it's not necessary to add a "Connect wallet" button.
68
+
69
+
If you don't know how to code or want to launch fast, get Webflow NFT minting templates at https://buildship.dev
0 commit comments