-
I had an exchange with braham cohen about this... how do I find it? Without relying on twitter's services?
I have an archive of my tweets...
If I just put them on madmode.com, I could use a site…
-
### What happened?
Took another stab at Chialisp yesterday briefly
Profile: a dev on a laptop who's already running a full mainnet node
Details:
https://twitter.com/adrianscottcom/status/17008…
-
In the chapter [Currying](https://devs.chia.net/guides/chialisp-condition-morphing#currying) of the Chialisp Concepts - Condition Morphing page, it say that the line
```chialisp
run -i include an…
-
https://github.com/trgarrett/chialisp/blob/a8b3400f88138b499ff62c437ab6927988d213e7/royalty_share/clsp/p2_royalty_share_arbitrary_shares/p2_royalty_share_arbitrary_shares_rest_to_last.clsp#L12
Line…
-
Is there a way to generate safe random number securely in Chialisp?
Can this functionality be implemented based on VDF?
-
Example:
https://chialisp.com/docs/
`brun '(a (i (q . 0) (q (x (q 1337) )) (q . 1)))'`
gives:
`FAIL: apply requires exactly 2 parameters (q)`
Gargo updated
3 years ago
-
Are there ocap patterns that address risks around key management?
> If the answer to 'what happens if I lose my keys?' is 'crumple the car,' you're doing it wrong. -- @benadida (_I think; I'm strug…
dckc updated
9 months ago
-
`coinID == sha256(parent_ID + puzzlehash + amount)`
I found it from https://chialisp.com/docs/doc2
I tried it with Nodejs and still not correct.
`console.log(CryptoJS.SHA256('f7e09a94c5da73019577…
-
I believe that I maybe found a bug in the compiler.
# Steps to reproduce:
```sh
cat > puzzle.cl `(f arg)`
2. `(f (list arg))` -> `(list arg)`
3. `(f (list arg))` -> `(f (f arg))`
4. `(…
-
* https://en.wikipedia.org/wiki/Smart_contract
* https://en.wikipedia.org/wiki/Ricardian_contract
other list of smart contract languages:
* https://www.dslfin.org/resources.html
* https://gith…