You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
This issue is a work-in-progress.
The text was updated successfully, but these errors were encountered: