MferSea is a DApp designed for NFT publishing studios. It provides a seamless interface and experience for artists and publishers to mint and manage their NFT artworks.
-
NFT Minting: Artists can create unique digital tokens representing their artworks.
-
NFT Management: Manage, transfer, and showcase your NFT collection.
-
Integrated with Hardhat: Developed and tested with Hardhat for a reliable smart contract development experience.
Hardhat is used in this project for smart contract development, testing, and deployment.
To get started with Hardhat:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
npx hardhat run scripts/deploy.js --network localhost
To start the React application:
npm run start
This will start the development server, and the DApp should be accessible at http://localhost:3000
.
Feel free to submit issues or pull requests if you have suggestions or improvements for the project.