...
```js
script {
use std::debug;
use 0x190d44266241744264b964a37b8f09863167a12d3e70cda39376cfb4e3561e12::scripts;
const ONE: u64 = 1;
fun debug_script(x:u64 , y:bool ,addr:address) {
let sum = x + ONE;
debug::print(&sum);
debug::print(&y);
...
求助Zokrates相关问题,小白不懂,有没有大佬?
## 代码
我有以下代码,这个代码主要用来判断输入的a是否大于b,如果a大于b则输出1,否则输出0
```zok
def main(private field a, private field b) -> field {
return if a > b {
1
}...
contract.methods.balanceOf is not a function
contract.methods.name is not a function
...
一直不能用里面所有的函数

出现错误
 2024 presentations taking place August 7-9 at Columbia University
-
### 0xPARC: Programmable Cryptography (Part 1)
Cryptography is undergoing a generational transition, from special-purpos...
原文链接:[https://medium.com/better-programming/the-top-blockchain-developer-frameworks-for-2021-89afa5e7bd04](https://medium.com/better-programming/the-top-blockchain-developer-frameworks-for-2021-89afa5e7bd04)
原文标题:_The Top Blockchain Developer Frameworks for 2021_
_原文作者...