PolyAliens is a decentralized NFT minting dApp designed to simplify the process of creating and managing NFTs on the blockchain. Built with React, Redux, and Web3, it offers a seamless user experience for minting and interacting with NFTs in a secure and efficient manner.
- NFT Minting: Easy and intuitive interface for minting new NFTs.
- Blockchain Integration: Powered by Web3 for secure blockchain interactions.
- State Management: Redux and Redux Thunk for efficient state management.
- UI Components: Styled with Styled-Components for a modern and responsive design.
- Routing: React Router for seamless navigation within the dApp.
The project leverages a powerful technological stack, including:
- Frontend: React, React Router, Styled-Components
- State Management: Redux, Redux Thunk
- Blockchain Integration: Web3, Web3-eth-contract
- Clone the repository:
git clone https://github.com/your-repo/polyaliens.git
- Navigate to the project directory:
cd polyaliens
- Install the required dependencies:
npm install
- Start the development server:
npm start
- The app should now be running on
http://localhost:3000
.
- Build the production version of the app:
npm run build
- The optimized build will be in the
build/
directory.
For detailed usage instructions and examples, please refer to the User Guide.
We welcome contributions from the community. If you'd like to contribute to our project, please refer to our Contribution Guidelines.
This project is licensed under the MIT License.