Guys, hi all!
General workflow question.
Let's suppose I have my back-end (smart contract + deploy scripts + dependencies + tests) and front-end (React.js app with tests).
Should I put it all in ONE repo or should I split front-end and back-end to TWO separate repos?
What's the consensus?
Apr 16, 2022, 12:52 PM
Multiple repos can be a way to ease team development by separating responsibilities. If you're doing everything solo, one repo would probably make more sense.
Apr 16, 2022, 12:58 PM
All solo :)
Thank you!
Thank you!
Apr 16, 2022, 12:58 PM
For those wondering what to learn: You can study Open Zeppelin contracts. You can look at Uniswap V2 and then learn how Pancakeswap used it as a base and added the concept of farming with their MasterChef contract... these are probably essential concepts you want to cover before you do any serious work for someone. If you can fully comprehend how Uniswap V3 works then you've achieved guru status... congrats.
Apr 16, 2022, 1:15 PM