Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerodevapp/sdk
https://github.com/zerodevapp/sdk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zerodevapp/sdk
- Owner: zerodevapp
- License: mit
- Created: 2023-06-20T16:22:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T22:21:53.000Z (9 months ago)
- Last Synced: 2024-04-16T06:39:20.141Z (9 months ago)
- Language: TypeScript
- Size: 4.88 MB
- Stars: 24
- Watchers: 3
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-account-abstraction - zerodevapp/sdk
README
# ZeroDev SDK
[See here for detailed documentation.](https://docs.zerodev.app)
## Examples
For examples using ZeroDev, check out [the examples repo](https://github.com/zerodevapp/zerodev-examples).
## Installation
```bash
npm install @zerodev/sdk
``````bash
yarn add @zerodev/sdk
``````bash
bun install @zerodev/sdk
```## Building and Testing
Before running the tests, ensure you have installed [bun](https://bun.sh/) and all the necessary dependencies and built the core package:
```bash
bun install
bun run build
```Then, copy the `.env.example` file to `.env` and define all necessary environment variables:
```bash
cp .env.example .env
```Now you can run the tests:
```bash
bun test
```## Contributing
Contributions are welcome! Please read our [contributing guidelines](./CONTRIBUTING.md) for details on how to contribute to the project.
## License
The @zerodev packages are released under the MIT License. See the [LICENSE](./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](https://discord.gg/KS9MRaTSjx).