Code Monkey home page Code Monkey logo

0xiliyan / multichain-minting-dapp Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 327 KB

Configurable multichain NFT minting dapp that you can plug into any non-related project without any dependencies or backend server necessary. Supports ETH mainnet and major L2s like Linea, zkSync, Base, Arbitrum, Optimism, Scroll in no particular order. Utilizing Thirdweb SDK.

License: MIT License

JavaScript 91.33% CSS 8.67%
ethereum minting-dapp nft l2 arbitrum base consensys optimism scroll zksync

multichain-minting-dapp's Introduction

multichain-minting-dapp

Β 

Β 

Configurable multichain NFT 🐸🐱🐢 minting dapp that you can plug into any non-related project without any dependencies or iframes. Allows rich configuration via UI and the ability to modify the dapp code as well if you have basic knowledge in HTML and CSS.

1. This repo uses Thirdweb SDK to manage the mint process. In order to deploy your smart contract visit thirdweb NFT Drop contract page and deploy on testnet / mainnet, do lazy premint of your NFTs with metadata and set your claim phases: https://thirdweb.com/thirdweb.eth/DropERC721. Full tutorial will follow! ✍️

2. Install Node.js on your computer or server.

3. Clone this project from the repository and install its dependencies:

npm install

4. Copy config.example.js to config.js

5. Build the project for development:

npm run dev

6. Configure your minting dapp from UI interface and once you're ready, build it for deployment using this command:

npm run build

7. If your mint is going public after testing, make sure you set the config.showConfigurationPanel to false in order to hide it.

8. Then export the minting dapp as a static HTML / CSS / JS website so it doesn't require you to host it on a server with Node.js, this way you can even use a simple shared hosting for deployment! Use the following command:

npm run export

9. After exporting you will see a new folder created inside your root directory called - /out. Just copy the contents of this folder to your hosting provider of choice and you're ready to go! If you require any changes to your minting dapp, change them locally and re-deploy.

If you need any custom development or consultancy for your project you can contact me at 0xiliyan on Discord.

multichain-minting-dapp's People

Contributors

0xiliyan avatar ilian-appgr8 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.