Uniswap / v2-core

🦄 🦄 Core smart contracts of Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
2.92k stars 3.13k forks source link

[Feature] Truffle Migrations + Typechain #110

Open leovigna opened 3 years ago

leovigna commented 3 years ago

Would the repo maintainers be open to a Pull Request adding Truffle Migrations support with Typechain? This is mostly useful when looking to quickly bootstrap a UniswapFactory on a local test environment with a simple truffle migrate.

https://github.com/leovigna/uniswap-v2-core/tree/truffle-typechain-migrate

ghost commented 8 months ago

I think the best would be either migrate to hardhat + ethers, or the foundry toolkit.