Nethereum.Uniswap-V2-and-V3 icon indicating copy to clipboard operation
Nethereum.Uniswap-V2-and-V3 copied to clipboard

documentation

Open vlbhtcno1 opened this issue 3 years ago • 4 comments

Dear sir, I found this repo in Nethereum but didn't find the documentation for this repo. Could you write a documentation for this repo?

vlbhtcno1 avatar Feb 06 '22 04:02 vlbhtcno1

Eventually this will get done, but it is not yet a priority. V3 is a bigger priority as it is not yet complete. If you want more information check the Uniswap documentation. This provides an example of interfaces with those contracts. The contracts examples provided in the Readme it shows how the interaction works. If you have any specific questions please fire in the discord

juanfranblanco avatar Feb 06 '22 06:02 juanfranblanco

Eventually this will get done, but it is not yet a priority. V3 is a bigger priority as it is not yet complete. If you want more information check the Uniswap documentation. This provides an example of interfaces with those contracts. The contracts examples provided in the Readme it shows how the interaction works. If you have any specific questions please fire in the discord

I can't find this package in Nuget. How I can use it?

vlbhtcno1 avatar Mar 12 '22 08:03 vlbhtcno1

Just download the repo and use it as a template, it is not part of the core nethereum yet. The process / idea is to release stuff as a sample - template, then integrate it as a core, as things as a library have more. Overall this is just the nethereum interface to uniswap, but the unit tests provide you a guidance on how to execute the different types of swaps.

juanfranblanco avatar Mar 13 '22 06:03 juanfranblanco

This is the guidance https://github.com/Nethereum/Nethereum.Uniswap-V2-and-V3/blob/main/Nethereum.Uniswap.Testing/UniSwapV2PairTests.cs

juanfranblanco avatar Mar 13 '22 06:03 juanfranblanco