An open API service indexing awesome lists of open source software.

https://github.com/ericxstone/permit2-sdk

A permit2 SDK fork from Uniswap and get it on Ethers v6
https://github.com/ericxstone/permit2-sdk

crypto ethereum ethers ethersjs permit2

Last synced: about 2 months ago
JSON representation

A permit2 SDK fork from Uniswap and get it on Ethers v6

Awesome Lists containing this project

README

          

# permit2-sdk

A permit2 SDK fork from Uniswap and get it on Ethers v6. Original SDK URL: https://github.com/Uniswap/sdks/tree/main/sdks/permit2-sdk

## Local Development

### Run Unit Tests
- `yarn test`

### Run Forge tests
- `yarn build`
- `yarn interop`
- `(cd permit2 && forge build)`
- `forge test`