Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create "programs" section. #269

Open
13 tasks
johnnymatthews opened this issue Nov 28, 2024 · 0 comments
Open
13 tasks

Create "programs" section. #269

johnnymatthews opened this issue Nov 28, 2024 · 0 comments
Assignees

Comments

@johnnymatthews
Copy link
Collaborator

Entropy programs exist, and they're a huge part of the network. Correctly designing and implementing Entropy programs is crucial. It's also the only way that devs can use Entropy.

To do this, we likely need to create a new section within the docs just for Programs. This new section needs to explain the following:

  • What programs are (and what they're not)
    • What they're made of (WASM)
    • Who's gonna interact with them (validators)
    • What they can do (generate a signature to the validators, or fail)
    • What they can't do (interact with non-deterministic data, return a result other than a signature or failure)
    • Program lifecycle (how are they made, read, updated, and deleted).
  • How to:
    • Create
    • Deploy
    • Test programs on the testnet
    • Maintain (update and delete)
    • Use (get validators to generate a signature using a particular program)
  • Current issues with programs (stuff we know programs can't do right now, but will be able to do in the future).

This issue is a work-in-progress.

@johnnymatthews johnnymatthews self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant