See here for detailed documentation.
For examples using ZeroDev, check out the examples repo.
npm install @zerodev/sdk
yarn add @zerodev/sdk
bun install @zerodev/sdk
Before running the tests, ensure you have installed bun and all the necessary dependencies and built the core package:
bun install
bun run build
Then, copy the .env.example
file to .env
and define all necessary environment variables:
cp .env.example .env
Now you can run the tests:
bun test
Contributions are welcome! Please read our contributing guidelines for details on how to contribute to the project.
The @zerodev packages are released under the MIT License. See the LICENSE file for more details.
If you have any questions or would like to get in touch with the team, please join our Discord channel.