diff --git a/partners/kujira/bot/test1.html b/partners/kujira/bot/test1.html new file mode 100644 index 0000000..64ef3af --- /dev/null +++ b/partners/kujira/bot/test1.html @@ -0,0 +1,121 @@ + + + + + Funttastic + Kujira + Hummingbot + + +

Funttastic + Kujira + Hummingbot

+ +

Hummingbot Installation Guide

+

It's very recommended to watch this video from the Hummingbot Foundation and their installation guide:

+ + +

Prerequisites:

+ + +

Installation

+Funttastic Kujira Hummingbot + +
+ + Cloning Repository + +

Step 1 - Install Git

+

Install Git to be able to clone the repository:

+ + +

Step 2 - Cloning Repository

+

Open the shell terminal, use the "cd" command to navigate to the folder where you want to clone the repository and run the command below:

+
git clone https://github.com/funttastic/kujira-quickstart-guide.git
+
+ +
+ + Opening Script Main Menu + +

Step 1 - After cloning the repository

+

Open the repository folder with the command below:

+
cd kujira-quickstart-guide
+ +

Step 2 - Start the installation helper script

+

Using the command below, start the script that will help you perform the installation:

+
./configure
+

When you run the script, you will see the main menu screen as shown below:

+ Main Menu +
+ + + +

Extra (optional)

+

More tutorial videos

+

You can access our playlist explaining how to configure several aspects for the bot:

+More tutorial videos + +

Configuring a telegram integration

+

Open the following configuration file:

+
shared/funttastic/client/resources/configuration/production.yml
+

You are enabling telegram, we recommend changing to `true` the following:

+
+logging.use_telegram
+telegram.enabled
+telegram.listen_commands
+
+

Add your telegram token to:

+
telegram.token
+

and your telegram channel chat id to:

+
telegram.chat_id
+ +

Adding funds to a testnet wallet

+

In order to add funds to your wallet, you can use a faucet inside the Kujira Discord.

+

To join their discord you can use this link:

+https://discord.gg/teamkujira +

After joining and doing their verification process, you can look for this channel:

+

#public-testnet-faucet

+

Or try this link:

+https://discord.com/channels/970650215801569330/1009931570263629854 +

Then you can use the following command there:

+
!faucet <change to your Kujira wallet address here>
+ +

How to contact us

+

If you need more info you can contact us here:

+https://funttastic.com/discord + + +