🤌Smart Contracts

Accord achieves the on-chain security benefits, immutability and traceability of the blockchain at a fraction of the typical transaction costs associated with token transfers.

Smart Contracts

  • Solidity (EVM Compatible) - Secure, type-safe and readable

  • Event emitting - For integration with GraphQL (tracing / audit capable)

  • Simple extensible model based on: Proposal -> transaction lifecycle through voting which can be easily adapted to various types of work associated with an organisation.

  • Inbuilt consensus rules and the ability to update though a proposal and voting.

  • External ID fields to assist integration with external databases.

  • On-chain data maintained to only the critical elements and references necessary for on chain actions.

  • Blob link (immutable IPFS storage) to encode references to large data PDF for invoices, proposal docs etc

  • Hardhat test cases, deployment to multiple EVM compatible networks

Ethereum Virtual Machines (EVMs) run the most widely used and readable industry standard smart contract language (Solidity).

Last updated