👋 Introduction

Welcome to the seeSWAP set up guide! What is seeSWAP? It is a self-balancing weighted portfolio manager on Harmony. seeSWAP is based on the project Balancer.finance.

We will be launching seeSWAP in two phases. First, we'll launch a test pool on Harmony Mainnet with toy tokens 1SEED and 1LINK. Then, once things show signs of being stable and working as intended, we'll launch a real pool with REAL tokens!!

This guide will walk you through the steps to get set up for the test pool deployment. If you have any questions, don't hesitate to reach out to our team or ask questions in the seeSWAP telegram channel.

Happy swapping!

☎️ Contact info

seeSWAP Telegram channel: https://t.me/joinchat/OB-IYBptEmqS9SUjMpTBVA

Team telegram handles:

Nick - @nickw123

Maggie - @Maggie_Yige_Wang

Bruno - @Bruno_Marshall

Janet - @janetlharmony

✅ Instructions

  1. Sign up on this form: https://maggieharmony.typeform.com/to/kaVBbn87

  2. Join our telegram channel: https://t.me/joinchat/OB-IYBptEmqS9SUjMpTBVA

  3. Install your ONEwallet: https://harmony.one/onewallet

  4. Add 1SEED and 1LINK to your wallet

    1. Open your ONEwallet extension

    2. Click on the "TOKENS" tab

    3. Click on the plus button on the bottom right

      https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ccd27a78-8468-477b-bd44-af86e1439e79/Screen_Shot_2020-08-08_at_12.20.30_PM.png

    4. In "Token Contract Address" put "0x493c9d4362fB4FD1D0C17a6ECad08de33Fc1d8C2", for "Symbol" put "1SEED", for Network: MAINNET , for "Decimals" put 18

    5. Click the plus button again

    6. In "Token Contract Address" put "0x7a791E76BF4d4f3b9B492AbB74E5108180bE6B5a", for "Symbol" put "1LINK", for Network: MAINNET , for "Decimals" put 18

    7. You should now see both 1SEED and 1LINK in the "TOKENS" section of your wallet

      https://s3-us-west-2.amazonaws.com/secure.notion-static.com/80e6d91a-620b-490d-ba0b-9449676f4561/Screen_Shot_2020-08-08_at_2.38.13_PM.png

  5. Receive your tokens: ONE, 1SEED, 1LINK

  6. Sit tight! We will reach out when the app has been launched.

  7. While you wait, you can do some things that would be extremely helpful:

    1. Start playing with the contract using command line : https://github.com/harmony-one/seeswap/blob/master/README.md

      # docker set-up
      sudo yum update
      sudo yum install docker
      #start the docker
      sudo service docker start
      sudo docker pull harmonyone/seeswap
      sudo docker run -it harmonyone/seeswap
      
      # run commands as follows:
      seeswap <command> <option>
      # For example
      seeswap checkBalance
      # join pool
      seeswap joinPool -t 1SEED -n 100
      # swap tokens
      seeswap swapToken -s 1SEED -r 1LINK -n 100
      # To see all commands do:
      seeswap help
      
    2. Recruit your friends! Please invite your friends to our telegram channel, tweet out about this project and share this doc with others.

    3. Test out Balancer at https://balancer.exchange or read the whitepaper at https://balancer.finance/whitepaper/. You'll be better prepared to use seeSWAP when it's ready.