EarnKit Core provides the foundational infrastructure for building, deploying, and managing efficient event-driven agent-based systems. This package serves as the base layer for the entire EarnKit SDK ecosystem.
- Clone the repository
- Install dependencies:
pnpm install
- Build the packages:
pnpm run build
For development and testing:
- Navigate to the test directory:
cd packages/tests
- Create new tests to validate core functionality
- Execute tests with:
pnpm run dev
For comprehensive technical documentation, please refer to our EarnKit Framework Documentation.