Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adidem23/mintwave
This is NFT Minter Website which allows you to Mint , Store and Carry Out transactions Related to NFts . I will be using Polybase which is decentralized database for storing Transactions . There is Some error in Production Deployment
https://github.com/adidem23/mintwave
atroposjs docker docker-image dockerfile metamask nextjs polybase polygon solidity thirdweb typescript
Last synced: 2 days ago
JSON representation
This is NFT Minter Website which allows you to Mint , Store and Carry Out transactions Related to NFts . I will be using Polybase which is decentralized database for storing Transactions . There is Some error in Production Deployment
- Host: GitHub
- URL: https://github.com/adidem23/mintwave
- Owner: Adidem23
- Created: 2023-09-26T17:32:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T20:09:21.000Z (about 1 year ago)
- Last Synced: 2024-05-21T01:52:59.656Z (6 months ago)
- Topics: atroposjs, docker, docker-image, dockerfile, metamask, nextjs, polybase, polygon, solidity, thirdweb, typescript
- Language: TypeScript
- Homepage: https://hub.docker.com/r/adidem23/mintwave
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MintWave
An MintWave is a software or platform that enables users to mint, or create, their own NFTs. This process involves associating a unique token with a digital item, thus certifying its authenticity, rarity, and ownership on a blockchain network, typically Ethereum or other blockchain platforms with NFT support.# Tech Stack Used
- Typescript with NextJS For Frontend
- Polybase For Transactions Storage of NFTs
- Thirdweb Smart Contracts and platform
- Metamask and Wallets
- React Context API
- Uiverse.io
- Atropos Js for Parallax Effects
- Thirdweb Hooks
- Docker
- Docker Image# Thirdweb Smart Contract : 0x78F457B69847D2E74907bb6e18EDcB14c8dfd319
# Preview :
https://www.loom.com/share/166f4039383842bf8d7a37ef0239106d?sid=b9150de2-2e35-4c8c-bf13-8ee346e1972b# Docker
https://hub.docker.com/r/adidem23/mintwave This is the docker image of this project just go in vs code and run docker run -p 3000:3000 adidem23/mintwavecontanier this will run our mintwave on localhost:3000 hopefully!! .