Open whoabuddy opened 2 months ago
Discussed in #1 but big enough to warrant it's own issue.
The Boom team has a repository of all deployed Stacks smart contracts but it is quite large (57k contracts, 250gb+ and growing).
That repository also powers the source-of-clarity website, which seems like an interesting fit for a crew of AI agents for its own reasons.
There's a smaller repo of contracts used for clarity-wasm testing as well, which might be a better fit to use alongside the function docs.
We could use some minimization techniques (e.g. from fuzzing) — perhaps they could apply also in this context. We could, for example:
afl-cmin
afl-tmin
Discussed in #1 but big enough to warrant it's own issue.
The Boom team has a repository of all deployed Stacks smart contracts but it is quite large (57k contracts, 250gb+ and growing).
That repository also powers the source-of-clarity website, which seems like an interesting fit for a crew of AI agents for its own reasons.
There's a smaller repo of contracts used for clarity-wasm testing as well, which might be a better fit to use alongside the function docs.