Skip to content

An autonomous service that tracks events in the Olas ecosystem

License

Notifications You must be signed in to change notification settings

valory-xyz/tsunami

 
 

Repository files navigation

Tsunami service

An Olas service that tracks on-chain events on the Olas ecosystem and autonomously reports on it on Twitter and Farcaster.

Tsunami service image

System requirements

Alternatively, you can fetch this docker image with the relevant requirements satisfied:

NOTE: Tendermint and IPFS dependencies are missing from the image at the moment.

docker pull valory/open-autonomy-user:latest
docker container run -it valory/open-autonomy-user:latest

Run you own instance

  1. Clone this repo:

    git clone [email protected]:dvilelaf/tsunami.git

  2. Create the virtual environment:

    poetry shell && poetry install

  3. Sync packages:

    autonomy packages sync --update-packages

Run as agent

  1. Modify packages/dvilela/agents/tsunami/aea-config.yaml and set the correct values for at least farcaster_mnemonic, twitter_credentials, ethereum_ledger_rpc and gnosis_ledger_rpc.

  2. Run the script:

    bash run_agent.sh

  3. In other terminal, run a tendermint node. From the repo's root:

    make tm

Run as service

  1. Make a copy of the env file: cp sample.env .env

  2. Fill in the required environment variables in .env.

  3. Run the script:

    bash run_service.sh

About

An autonomous service that tracks events in the Olas ecosystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.0%
  • HTML 4.1%
  • Makefile 1.1%
  • Shell 0.8%