https://github.com/abstractsdk/schemas
https://github.com/abstractsdk/schemas
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abstractsdk/schemas
- Owner: AbstractSDK
- Created: 2022-11-23T01:49:47.000Z (over 3 years ago)
- Default Branch: mainline
- Last Pushed: 2024-12-20T23:51:58.000Z (over 1 year ago)
- Last Synced: 2024-12-21T00:26:10.599Z (over 1 year ago)
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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