Smart Contracts
De Layer smart contract can be written in any EVM-compatible technology (for example Solidity). To start developing smart contracts reference Getting Started
Smart Contract Technology
De Layer's integration into the Bittensor network includes a well-known framework for smart contracts, primarily written in Solidity, leveraging the Ethereum Virtual Machine (EVM) compatibility.
This integration enables the deployment of Ethereum-like smart contracts within the Bittensor ecosystem, allowing developers to bring a wide range of decentralized applications and services to the network.
Example Applications
Application Type | Ethereum Equivalent |
---|---|
AMM-based decentralized exchange (DEX) | Uniswap |
Lending Protocol | Aave |
NFT Marketplace | OpenSea |
Liquid Staking Protocol | Lido |
The EVM implementation creates a platform where developers can utilize familiar coding practices and development frameworks, empowering a transition of decentralized applications to Bittensor.
Last updated