Introduction

Dedot offers type-safe APIs to interact with ink! smart contracts. Primitives to work with contracts are exposed in dedot/contract package.

Interact with a PSP22 contracts using Dedot's type-safe APIs

Supported ink! versions

Current Dedot only supports ink! versions v4 , v5 and v6 (experimental). We do not have plans to support older versions, but let us know your thoughts if we should reconsider this.

Getting started

  1. Generate Types & APIs for your contracts

  2. Deploy contracts using ContractDeployer interface

  3. Interact with contracts using Contract interface (queries, submit transactions, ...)

  4. Retrieve contract storage with Storage API

Last updated

Was this helpful?