Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 701 Bytes

File metadata and controls

35 lines (21 loc) · 701 Bytes

Arta Blockchain Developer Guide

This guide provides an overview for developers building applications on the Arta Blockchain.

Smart Contracts

Arta Blockchain supports EVM-compatible smart contracts.

Developers can deploy contracts written in Solidity using standard Ethereum tooling.

Token Standards

The primary token standard is:

  • ART20

See the ART20 specification in the smart contracts repository.

Development Tools

Developers can interact with the network using:

  • Solidity
  • Hardhat
  • Foundry
  • Web3 libraries

Use Cases

Typical applications on Arta Blockchain include:

  • decentralized finance (DeFi)
  • tokenized assets
  • cross-chain infrastructure
  • Web3 applications