An open API service indexing awesome lists of open source software.

https://github.com/abstractsdk/schemas


https://github.com/abstractsdk/schemas

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# schemas
This directory is used to generate the init, query, and execute interfaces for contracts available in Abstract.

## Adding your module
1. Publish your contract to the Abstract Version Control (see example deployment script [here](https://github.com/Abstract-OS/app-template/blob/mainline/scripts/src/bin/deploy_app.rs))
2. Make a PR to this repository with the module schema in `//`
3. Ensure that the test action does not fail.

## Commands
- `pnpm test` - validate all metadatas in this repo