nftgeneratorsdk
v0.0.33
Published
This is a npm module for nft art generator.
Readme
Dapp button for NFT Art Generator
This is a Dapp component for building a NFT Platforms It contains connect wallet and mint buttons for NFT contract.
Getting Started
- Put a script tag similar to this
<script type='module' src="https://unpkg.com/[email protected]/dist/nftgeneratorsdk/nftgeneratorsdk.esm.js"></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Node Modules
- Run
npm install nftgeneratorsdk --save - Put a script tag similar to this
<script type='module' src="https://unpkg.com/[email protected]/dist/nftgeneratorsdk/nftgeneratorsdk.esm.js"></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
