Developers
EigenKub provides everything you need to build decentralized applications with ease.
Developer Experience
Everything you need to build decentralized applications
solidity
// Deploy a simple token on EigenKub
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract MyToken is ERC20 {
constructor(uint256 initialSupply) ERC20("MyToken", "MTK") {
_mint(msg.sender, initialSupply);
}
}
// Deploy with Hardhat or Remix
// Gas paid in KUB
// No new token required!
Hardhat
Full support for Hardhat development environment

Foundry
Seamless integration with Foundry toolchain
EVM Tools Support
Use Remix, Hardhat, Foundry, and MetaMask with zero configuration
Ready-to-use SDKs & APIs
Comprehensive libraries for JavaScript, Python, and Go
Simple KUB Faucet
Get testnet KUB instantly for development and testing
Testnet and Mainnet
Develop on testnet and seamlessly deploy to mainnet