sygmaprotocol / sygma-sdk

A Typescript SDK to add cross-chain capabilities such as bridging tokens and sending messages across dApp projects.
https://docs.buildwithsygma.com/
GNU Lesser General Public License v3.0
31 stars 19 forks source link

feat: Implement generic EVM->EVM transfers #392

Closed saadjhk closed 1 month ago

saadjhk commented 2 months ago

Following the proposed v3 SDK restructure, implement/restructure the necessary functions for creating GMP (General Message Passing) deposit transactions on EVM networks.

Implementation details

Check packages/evm/src/generic.ts for the interface definitions.

Testing details

QA Details

Acceptance Criteria

Closes

373