GithubHelp home page GithubHelp logo

Uniswap on Testnet about v1-contracts HOT 10 OPEN

nitika-goel avatar nitika-goel commented on August 24, 2024
Uniswap on Testnet

from v1-contracts.

Comments (10)

haydenadams avatar haydenadams commented on August 24, 2024 3

@wysenynja my testnet deploy steps were:

  1. Install uniswap as specified in the README. Make sure to switch to the Vyper compiler version specified.
  2. use vyper uniswap_factory.vy to get bytecode and vyper -f abi uniswap_factory.vy to get the ABI. Do the same for uniswap_exchange.vy
  3. Deploy both contracts separately from their bytecode using https://mycrypto.com/contracts/deploy
  4. Use factory ABI (step 2) + factory address (step 3) and https://mycrypto.com/contracts/interact to open an interface to the uniswap factory
  5. call initializeFactory(templateAddress) and pass in the address of the deployed uniswap_exchange.vy contract (step 2)

from v1-contracts.

haydenadams avatar haydenadams commented on August 24, 2024 1

@bboynam99

  1. factory contract address
  2. exchange contract address

from v1-contracts.

shakeib98 avatar shakeib98 commented on August 24, 2024 1

https://github.com/shakeib98/uniswap-exchange-setup

This is the script to setup uniswap on testnet. :)

from v1-contracts.

rossbulat avatar rossbulat commented on August 24, 2024

Hi Nitika,

To answer your questions:

  1. The front end app can be run on Rinkeby. But you can also redeploy the contracts using Ganache or other testnet tools too.

I have tested both swaps and liquidity functions using Rinkeby. Just fork https://github.com/Uniswap/uniswap-frontend and run it with yarn start:rinkeby.

  1. Calling the createExchange method from the Factory contract.

from v1-contracts.

BlinkyStitt avatar BlinkyStitt commented on August 24, 2024

@rossbulat , can you provide more detail on how to compile and deploy the contracts to ganache?

from v1-contracts.

bboynam99 avatar bboynam99 commented on August 24, 2024

Hello, in step 5,
when i choose initializeFactory(templateAddress)
and paste exchange deploy address, and about Value, what i should input in Value??

from v1-contracts.

haydenadams avatar haydenadams commented on August 24, 2024

@bboynam99

leave it at 0

from v1-contracts.

bboynam99 avatar bboynam99 commented on August 24, 2024

thank you

from v1-contracts.

bboynam99 avatar bboynam99 commented on August 24, 2024

@haydenadams
i don't understand which address in step 4 and step 5,
4.Use factory ABI (step 2) + factory address (step 3) and https://mycrypto.com/contracts/interact to open an interface to the uniswap factory
==> [factory address] means the [factory contract address] or [factory address] use to deploy contract?
5.call initializeFactory(templateAddress) and pass in the address of the deployed uniswap_exchange.vy contract (step 2)
==>what is [address of the deployed]? the [exchange contract address] or [exchange address]?

from v1-contracts.

bboynam99 avatar bboynam99 commented on August 24, 2024

@haydenadams
i will replace with my contracts here in addesses.js right?

const MAIN = { factoryAddress: '0xc0a47dFe034B400B47bDaD5FecDa2621de6c4d95', exchangeAddresses: { addresses: [ ['BNB', '0x255e60c9d597dCAA66006A904eD36424F7B26286'], ['DAI', '0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14'], ['KNC', '0x49c4f9bc14884f6210F28342ceD592A633801a8b'], ...

if it is, i wondering why so many exchange contract addresses for each tokens like that? is it ok if i use same 1 exchange contract address for those tokens??

from v1-contracts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.