A simple way to store notes on-chain.
get a cron job, and use that to keep the notes fresh.
in your dApp, run queries like you normally would to access the notes, and make use of your chains RPC node infrastructure or if your cheap, pick a testnet to store the notes.
use this for low-traffic things, or run your own sentry nodes, utilize the IPFS url to store large things.
it was either this or buy some infrastructure to do caching, which isn't very decentralized of me.
I thought I'd just use this
no audits have been conducted, use at your own risk, stake on your local PFC node etc etc.
Install just: https://github.com/casey/just
Run linter:
just clippy
Run unit tests:
just test
Compile all contracts using rust-optimizer:
just optimize
ASL 2.0