This guide provides an overview for developers building applications on the Arta Blockchain.
Arta Blockchain supports EVM-compatible smart contracts.
Developers can deploy contracts written in Solidity using standard Ethereum tooling.
The primary token standard is:
- ART20
See the ART20 specification in the smart contracts repository.
Developers can interact with the network using:
- Solidity
- Hardhat
- Foundry
- Web3 libraries
Typical applications on Arta Blockchain include:
- decentralized finance (DeFi)
- tokenized assets
- cross-chain infrastructure
- Web3 applications