A Web3.0 Block-chain application to discover, collect, and sell extraordinary NFTs. The Decentralized application was built on the Ethereum Blockchain with Nextjs, and Smart contracts written in Solidity.
If you like this project, do not forget to give ⭐s. So it can get more attention and get more support from the community. Don't underestimate one star, one star you give will convince others to give the project another star.
- Solidity (Writing Smart Contracts)
- NextJs (React Framework for Production)
- Sanity.io (Backend Database)
- MetaMask (User Authentication)
View live project. 😁
- Base Components of the Project
- Search Filters for Explore Page
- Connect Wallet (ETH Wallets 🚀)
- NFT Collections Page
- NFT Detail Page
- Smartcontract Backend (Truffle)
- Blog Page
- Login
- User's Profile Page
- User Collections
- Connect MetaMast Wallet Popup
- Supported Mobile Devices
Everything and anything you need to know about Web3, NFTs, Decentralized apps and games.
To use this application as your own, follow these simple steps:
Fork this Repository (
git clone https://github.com/bouncei/b-blockchain-nft.git
)Install Dependecies (
yarn install
)Run Project (
yarn start
)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 😊
1. Fork Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature
)
3. Commit your changes(git commit -m "Add Some Amazing Feature"
)
4. Push to the Branch (git push origin feature/AmazingFeature
)
5. Open a Pull Request