https://github.com/jitendragangwar123/integrate-uniswap-to-defi-project
Integrate the Uniswap to DeFi Project by using the Factory.
https://github.com/jitendragangwar123/integrate-uniswap-to-defi-project
defi javascript solidity truffle-framework
Last synced: about 2 months ago
JSON representation
Integrate the Uniswap to DeFi Project by using the Factory.
- Host: GitHub
- URL: https://github.com/jitendragangwar123/integrate-uniswap-to-defi-project
- Owner: jitendragangwar123
- Created: 2022-09-03T18:13:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T12:38:52.000Z (over 2 years ago)
- Last Synced: 2025-01-14T05:42:44.615Z (3 months ago)
- Topics: defi, javascript, solidity, truffle-framework
- Language: Solidity
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
git config --global user.name "jitendragangwar123"
git config --global user.email "[email protected]"
git init
git add .
git commit -m "initial commit"
git branch -M main
git remote add origin https://github.com/jitendragangwar123/Integrate-Uniswap-To-DEFI-Project.git
git remote rm origin
git push -u origin main
git push -f origin main //forcefully push on github repository```