programs
programs copied to clipboard
Source, toolchain, and examples for using programs on Entropy
As @JesseAbram posted on discord, whenever projects made with the cargo-generate template are built, we get the following errors: ``` error: invalid character `{` in package name: `{{project-name}}`, the first...
As discussed on discord there is a plan to have a testnet faucet account, where people who want testnet tokens can request to sign a [balance transfer](https://docs.rs/pallet-balances/latest/pallet_balances/pallet/struct.Pallet.html) from the faucet...
The CI should be checking - [ ] Example repos - [ ] The cargo generate template
With oracle_data being added in https://github.com/entropyxyz/programs/blob/master/wit/application.wit#L11. I think this line should take in two objects, signature request and chain data to make it cleaner
The CLI which stores programs on chain could have an option to specify whether the program is intended to be publicly available, and if it is, then make an HTTP...
- [ ] add a simple way to post a compiled program to chain - [ ] add a way to import a private key for this, (.env file, encrypted...
The example repo holds important programs that are not examples like ```device_key_proxy``` those should be moved to their own repo preferably using the new cargo generate command.
There are several examples that simply have `#![no_std]` at the top, while this default should be changed to something more like `#![cfg_attr(not(test), no_std)]`. This won't affect the generated artifacts for...
The typo is in `application.wit` and resultantly is a breaking public change.
Programs should be able to instantiated and simulated in the browser. This will be a typescript package that will have at least two functions: - check function: validates that the...