nft-swap-sdk icon indicating copy to clipboard operation
nft-swap-sdk copied to clipboard

Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.

Results 28 nft-swap-sdk issues
Sort by recently updated
recently updated
newest added

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 seems stable enough to release a 1.0.0. That way we can start semantically verisoning any changes, since we have a good bit of integrators using the sdk now!

Adds `sdk.presignOrder(order)` function

Down to essential packages, no extra fat. Removes lodash. Will look into removing date-fns at some point.

List of React hooks: 1. useCancelOrder return a method that takes as input: nonce orderType 2. useCreateBasedOrder - creates an order of any NFT from a certain collection that the...

1. It seems V4 doesn't support NFT < - > NF swap, so I have to use SwapSDK V3 if I need to do NFT NFT? 2. For V3, it...

When fetching orders from the hosted orderbook, it seems there is no information on when a particular order was created. We only have access to the expiry. Will this be...

in V4 Ropsten is supported, but not Rinkeby. It would be great features, since for testing it could be necessary to use OpenSea (supports Rinkeby, but not Ropsten)