iotaledger / iota-sdk-evm

Apache License 2.0
0 stars 1 forks source link

TODOS #2

Open kwek20 opened 8 months ago

kwek20 commented 8 months ago

Description

Tracking list of TODOs for this repo

Requirements

  1. Update API to include all WASP endpoints: https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/wasp/develop/clients/apiclient/api/openapi.yaml
  2. Include all contract signatures: https://wiki.iota.org/wasp-evm/reference/core-contracts/overview/
  3. Add python bindings
  4. Utilities for calculating gas
  5. Better building of contracts using the Contracts enum/builder, which will turn into RequestMetadata in the end
  6. Function to contracts to build Outputs (some require specifics like sender feature)

Fixes