events from BRLC
, PixCashier
, SpinMachine
and CErc20Delegate
contracts and each new block from CloudWalk Mainnet are mapped into one-shot samples to produce vibes
pick one:
jazz 🎷
ambient 😶🌫️
you can either:
- download the binary
- build it from source
- use Docker
- install dependencies. the main one is ALSA, check the name of the libs for your OS. no Windows support for now, sorry.
on GNU/Linux Ubuntu, for example, run:
sudo apt update && sudo apt install -y libasound2-dev pkg-config
- install the Rust toolchain
- run
cargo build --release
- start the application by picking your current vibe:
./target/release/chaintrak jazz
./target/release/chaintrak ambient
use sudo
if necessary
first build it (only needs to be done once)
docker build -t chaintrak .
then simply run it whenever you want and choose the vibe you're into
docker run -it --rm --name chaintrak --device /dev/snd chaintrak jazz
or
docker run -it --rm --name chaintrak --device /dev/snd chaintrak ambient
to stop the application:
docker stop chaintrak
- normalize volumes
- improve logs (show contract name)
- add more vibez
© 2022 WTFPL – Do What the Fuck You Want to Public License.