Sync Ethereum events right into your Discord channels. No fuss, all function.
- Create a pique.yml file.
- Configure your bot using the YAML file.
- Add your bot token, Infura API key, and other configuration details to a .env file.
Place pique.yml in the project root and then execute the following Docker command:
docker run --name pique --detach --rm -v $(pwd):/app kprasch/pique:latest pique
Monitor Pique's activities using Docker logs.
docker logs -f pique
Build the Docker image from the project root.
docker build -t kprasch/pique:latest .
That's it! 🍜