Welcome to the Nexus Layer 1
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.Why Build on Nexus?
- Familiar Development Environment: Use your existing Ethereum development setup without any changes
- Proven Tools: Leverage battle-tested Ethereum tools like Hardhat, Foundry, or Remix
- Standard Libraries: Work with your preferred libraries (ethers.js, web3.js, or viem)
- Zero Code Changes: Deploy your Solidity contracts as-is, no modifications needed
Network Configuration
Accessing Your Wallet
- Every Nexus user automatically receives an Ethereum wallet
- You can also use any existing Ethereum wallet (like MetaMask)
- Your ETH address works seamlessly on the Nexus Chain
Network Connection
To connect your wallet to the Nexus Chain:Network Information
| Property | Value |
|---|---|
| Chain ID | 3945 |
| Native Token | Nexus Token (NEX) |
| RPC (HTTP) | https://testnet.rpc.nexus.xyz |
| RPC (WebSocket) | wss://testnet.rpc.nexus.xyz |
Getting Started in Three Steps
1. Configure Your Development Environment
Add Nexus Layer 1 to your existing development setup with these simple configurations:- Install the verification plugin:
- Create a
.envfile with your credentials:
2. Explore the blockchain and receive NEX from the faucet
Testnet IIIExplorer
View transactions and contracts.
Testnet III Faucet
Get NEX to start building.
3. Deploy Your Smart Contract
Use your familiar deployment commands to deploy to Nexus:scripts/ directory. See our Developing your first app guide for a complete example.
4. Verify Your Contract on Explorer
After deploying your contract, you can verify it to make your contract’s source code publicly available and build trust with users. You have two options for verification: Option 1: Via TerminalVisit: https://nexus.testnet.blockscout.com/contract-verification 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.