Ian Clarke
Ian Clarke
I've used [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) for this, but something similar with IDE support could also modify `build.gradle` to apply the updated versions.
Create a JavaScript library that wraps the websocket communication described in #79 .
LLVM must be installed prior to `cargo build`: ``` $ sudo apt install llvm ``` Can this dependency be made explicit in `Cargo.toml` so that the user gets a useful...
We need to document the process of writing and compiling contracts, and writing web apps that communicate with the node via websocket. We can keep this low-level and general so...
# Goal Allow contracts to inspect the state of other contracts when deciding whether to validate their state or update it in response to a delta. # Approach This approach...
Implement relevant suggestions here: https://github.com/johnthagen/min-sized-rust
### Discussed in https://github.com/freenet/locutus/discussions/147 Originally posted by **sanity** May 29, 2022 # Problem Every node in the Locutus network has a _location_, a floating-point value between 0.0 and 1.0 representing...
Tooling that supports writing contracts with [AssemblyScript](https://www.assemblyscript.org/) (which is based on TypeScript, which is a superset of JavaScript).