Hello, I am working on creating a token for a company.
I think I have a fair understanding of how ERC20 tokens have to be implemented.
I have a few queries related to how to make it tradable on uniswap and also about NFT's
Nov 5, 2021, 3:26 AM
Could someone help me with understanding this
Nov 5, 2021, 3:27 AM
Ask your question.
Nov 5, 2021, 3:36 AM
1. Is there anything to be included in the contract to make it tradable on Uniswap?
2. For NFT's should there be a separate contract or should it be part of the same ERC20 contract?
2. For NFT's should there be a separate contract or should it be part of the same ERC20 contract?
Nov 5, 2021, 3:37 AM
Have you connected to uniswap router interface ?
Nov 5, 2021, 3:42 AM
That guy is also not a dev. I’m talking with him in the other solidity chat
Nov 5, 2021, 3:43 AM
Ohhhh.
Nov 5, 2021, 3:43 AM
A company hired him to build a token I guess but he doesn’t know what he’s doing. Idk
Nov 5, 2021, 3:44 AM
I have been through the interface
Nov 5, 2021, 3:45 AM
How does he manage to start the contract that what require is to connect to external contract, probably he need a quide
Nov 5, 2021, 3:45 AM
Could someone point me in the right direction?
Not a solidity dev, but a dev entering solidity for the first time
I am not able to find a decent guide on some of these topics.
I have been through the contracts of other coins that are on the chain via etherscan, but there's only so much I'm able to understand through that
I have been through the contracts of other coins that are on the chain via etherscan, but there's only so much I'm able to understand through that
Nov 5, 2021, 3:47 AM
what did you need uniswap for ?
Nov 5, 2021, 3:48 AM
I would start by learning the basics, not just viewing a contract, forking it and trying to deploy
Nov 5, 2021, 3:49 AM
Need this token to first be listed on uniswap, before the other products are developed
All I want to know is if the uniswap router interface is mandatory to have it be listed on Uniswap?
I'll figure the rest out
Looking for a bit of guidance on this
Nov 5, 2021, 3:52 AM
for you to list, you need to create a pair from the factory contract.
ifor V2
ifor V2
Nov 5, 2021, 3:53 AM
Okay looking into this. Thanks!
Nov 5, 2021, 3:55 AM