EventSnap is an open-source library focused on gathering protocol statistics and leveraging on-chain events using an infrastructure-less approach.
The following command will install all dependencies:
yarn
To test a Proof of Concept (POC), run this command:
anchor test
Alternatively, you can build the project only:
anchaor build
Add EventSnap library to your project's dependencies:
[dependencies]
event-snap-lib = { git = "https://github.com/event-snap/event-snap", branch = "master" }