-
Why not hoist these up and do them once and share the results across calls?
https://github.com/fabcotech/rchain-multisig/blob/ae4c137f6b980de252339b1493626a77a6d5fd94/rholang/multisig.rho#L74-L76
…
-
Consume and produce inside a peek should be executed inside a single RSpace lock.
Now first consume executed
https://github.com/rchain/rchain/blob/6dd06305020f02f9fed99c7eda6cbd980fdb0b7d/rholang/sr…
-
Measure of Completion: Code Proof of Concept published on Github
Suggested Budget: $5,000
-
Let's give helpful, detailed feedback on @JoshOrndorff's [Rholang Tutorial](https://github.com/JoshOrndorff/LearnRholangByExample).
NOTE: Joshy's tutorial and this issue both target those **who do …
-
One of the major goals of the Cooperation Laboratory (CoLab) is to create a platform for noobs, coaches and just about anyone to learn, contribute to worthwhile projects. This led us to building a KYC…
-
**Description:** a smart contract and web user interface for crowdfunding: given a funding target and a deadline, accept pledges. Allow the proposer to collect once the funding target is met. Allow re…
-
## Overview
Currently what's **Key** stored in [rholang trieMap](https://github.com/rchain/rchain/blob/19880674b9c50aa29efe91d77f70b06b861ca7a8/casper/src/main/resources/Registry.rho) is a Key afte…
-
### What did you expect to see?
List.toSet in the cheat-sheet
https://github.com/rchain/rchain/blob/dev/rholang/reference_doc/rho_cheatsheet.pdf
### What did you see instead?
no List.toSet
…
-
Transferring testnet REV between two accounts:
Parsing error: Error in parsing term: coop.rchain.rholang.interpreter.errors$SyntaxError: syntax error(): 95 at 9:136-9:138
-
What causes the error "Deploy error when executing Rholang code." getting a map result from a deploy.
the code ends with:
```
stdout!(["counts", *counts]) |
deployId!(*counts)
```
we get the …