Uniswap / permit2

🔑🔑🔑 next generation token approvals mechanism
MIT License
762 stars 188 forks source link

Provide an official permit2 distribution to the npm package registry #216

Open PaulRBerg opened 1 year ago

PaulRBerg commented 1 year ago

There seems to be no official npm package associated with this repository:

https://www.npmjs.com/search?q=%40uniswap%2Fpermit2

Only an @uniswap/permit2-sdk package, but that's a front-end library.

The lack of a Node.js package is not great for:

Providing a package should be as simple as adding a basic package.json file, and running npm publish.

Related: