-
Write a program to manage ERC721 tokens in Rust, which can be proved with Risc0, and deploy it on Hylé.
Here's the documentation to code [your 1st smart contract on Hylé](https://docs.hyle.eu/develop…
-
I've uploaded a simple example proof together with a module for generating branched scripts. https://github.com/chm-diederichs/rgb-proof-examples
`proofGen(depth, branch)` generates a proof that is…
-
### Question
It would be useful to explore the usage of blind signatures as a means of adding a privacy element to the system. As articulated by David Chaum, [here](https://sceweb.sce.uhcl.edu/yang…
-
ZKSync is a layer-two blockchain for Ethereum using zk-rollups as [scaling technology](https://coinmarketcap.com/alexandria/glossary/scaling-solution). Like optimistic rollups, zk-rollups roll up tran…
-
### Name of the project
AssetChain
### Project abstract
AssetChain is a groundbreaking project designed to integrate Real World Assets (RWAs) with blockchain technology, specifically focusing on th…
-
The following libraries support bulletproofs:
* https://github.com/adjoint-io/bulletproofs/ (haskell)
* https://github.com/bbuenz/BulletProofLib (Java)
* https://github.com/dalek-cryptograp…
-
Detail how keeps enable autonomous use of zk-SNARKs
-
Proving the Nth number of the Fibonacci sequence & verifying it on Hylé, very similar to the [Collatz Conjecture example program we already have](https://github.com/Hyle-org/collatz-conjecture/) ([doc…
-
This is a tracking issue to discuss what communication channels we should use going forward.
Open questions:
1. Chat: should we set up a Discord/Matrix/Zulip for this group? Should we use an exi…
-
## 🚀 Feature
Support for global variables to make programs more diverse
## Motivation
```
program global.aleo {
let global_address: address;
let is_set = bool;
…