forked from raindrops-protocol/raindrops
-
Notifications
You must be signed in to change notification settings - Fork 0
License
maddefientist/raindrops
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Architecture Docs: https://solanalabs.notion.site/Raindrops-Protocol-Architecture-Guide-c13bbd3ff0ae4989baeb27208318c558 Can install the raindrop-cli with `npm install -g raindrops-cli` Access the items-cli via `items-cli --help` Right now this is just scratch pad for examples. Will be readme eventually. Example usage: ``` { "index": 0, "basicItemEffects": null, "callback": null, "validation": { "key": "nameAxQRRBnd4kLfsVoZBBXfrByZdZTkh8mULLxLyqV", "code": 35 }, "usagePermissiveness": [{ "updateAuthority": true }], "inherited": { "notInherited": true }, "itemClassType": { "consumable": { "maxUses": null, "maxPlayersPerUse": null, "itemUsageType": { "infinite": true }, "cooldownDuration": 500, "warmupDuration": null } } } ``` Example component: ``` { "mint": "6dwpqSumAiXWWWXSLAcscauNrqijBQdR8DDQgTuBs8v4", "amount": 0, "classIndex": 0, "timeToBuild": null, "componentScope": "set1", "useUsageIndex": 0, "condition": { "absence": true }, "inherited": { "notInherited": true } } ```
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Rust 68.9%
- TypeScript 29.6%
- Shell 1.5%