Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.11 KB

ZeroDev SDK

See here for detailed documentation.

Examples

For examples using ZeroDev, check out the examples repo.

Installation

npm install @zerodev/sdk
yarn add @zerodev/sdk
bun install @zerodev/sdk

Building and Testing

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

Contributing

Contributions are welcome! Please read our contributing guidelines for details on how to contribute to the project.

License

The @zerodev packages are released under the MIT License. See the LICENSE file for more details.

Contact

If you have any questions or would like to get in touch with the team, please join our Discord channel.