Nexus Layer 1 is designed to be familiar and accessible to Ethereum developers. If you’ve built on Ethereum before, you’re already equipped to build on Nexus. Our platform is fully EVM-compatible, which means you can use all your existing tools, libraries, and code without any modifications.
Use your familiar deployment commands to deploy to Nexus:
Copy
Ask AI
npx hardhat deploy --network nexus
Note: For Hardhat deployments, you’ll need to create a deployment script in the scripts/ directory. See our Developing your first app guide for a complete example.
Note: Make sure you’ve completed the verification setup steps above, including:
Installing the verification plugin
Setting up your API key
Configuring your hardhat.config.js
You’re all set! Start building on Nexus today using your existing Ethereum development knowledge and tools. For more detailed guides, check out our Developing your first app tutorial.
Assistant
Responses are generated using AI and may contain mistakes.