Everlife.AI

Create a LIFIE - An immutable Avatar of yourself.

Your Avatar can connect, collaborate and evolve with millions of other Avatars on the network while preserving your Legacy.

Avatars do tasks based on the skills they acquire and earn in EVER tokens for the work they do.

Software Included

Package Version License
Everlife.AI 2.2.0 GNU Affero General Public License v3.0

Creating an App using the Control Panel

Click this button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the Everlife.AI 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Everlife.AI Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "everlifeaipte-everlifeai"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying Everlife.AI

After deploying the Everlife.AI Node, on startup it will ask you for your Telegram token.

In order to talk with your avatar over Telegram you need to set up a communication channel with it. The steps for doing this are as follows:

Go to Telegram to create a bot by typing the

/newbot

command to create your telegram bot.

The BotFather will ask you for a name and username, then generate an authorization token for your new bot. The token is a string that looks something like 110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw .

Give this token on the prompt.