trader-xyz / nft-swap-sdk

Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
https://swapsdk.xyz
MIT License
219 stars 83 forks source link

MetaTx support on swap-sdk #72

Open rahuldamodar94 opened 2 years ago

rahuldamodar94 commented 2 years ago

Can we the meta tx functionality in the swap sdk ? Like this -> https://github.com/0xProject/0x-starter-project/blob/master/src/scenarios/execute_metatransaction_fill_rfq_order.ts#L121-L153

This would be really helpful for those who wish to setup gasless swaps using swap sdk. Currently developers can't make use of swap sdk to enable 0x meta tx gasless swaps.