In-depth documentation on Uniswap V2 is available at uniswap.org.
The built contract artifacts can be browsed via unpkg.com.
The following assumes the use of node@>=10
.
yarn
npx thirdweb build --all
Link to Thirdweb Deploy Docs for reference.
npx thirdweb deploy
Select the contract you want to deploy:
? Choose which contract(s) to deploy … Use <space> to select, <return> to submit
⬡ KimFactory
⬡ KimPair
⬡ Migrations
⬡ UniswapV2ERC20
⬡ ERC20
Open the provided link in the browser to continue deployment:
✔ Choose which contract(s) to deploy · UniswapV2ERC20
✔ Upload successful
✔ Open this link to deploy your contracts: https://thirdweb.com/contracts/deploy/<token>
Continue following the deployment steps in the browser