A simple user interface for minting NFTs on Hyperliquid EVM.
- Web3 wallet integration (MetaMask, etc.)
- NFT minting operations
- View contract information
- Responsive design
- Node.js
- npm or yarn
- Web3 compatible browser and wallet (MetaMask recommended)
- Install dependencies:
npm install
- Start the development server:
npm run dev
or for production:
npm start
- Navigate to
http://localhost:3000
in your browser.
For deploying large contracts or performing complex operations, you may need to enable Big Blocks (Slow Blocks) mode:
# Enable Big Blocks mode with Python:
npm run enable-big-blocks-py
# Disable Big Blocks mode with Python:
npm run disable-big-blocks-py
# Enable Big Blocks mode with JavaScript:
npm run enable-big-blocks
To deploy a new SingleImageNFT contract:
npm run deploy
Current deployed NFT contract address: 0x91E8910B710aE0f4C82B0DDEda8DB87B5600cA63
- Chain ID: 999
- RPC URL: https://rpc.hyperliquid.xyz/evm
- Explorer: https://hyperliquid.cloud.blockscout.com
- Native Token: HYPE
MIT