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
- Host: GitHub
- URL: https://github.com/ericxstone/permit2-sdk
- Owner: EricxStone
- License: mit
- Created: 2025-09-03T13:14:03.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-05T07:09:43.000Z (10 months ago)
- Last Synced: 2025-10-10T13:51:26.225Z (9 months ago)
- Topics: crypto, ethereum, ethers, ethersjs, permit2
- Language: TypeScript
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`