peter-jim

Results 10 issues of peter-jim

我的电脑是mac M1,FISCO-BCOS 一件部署是否还不能支持,我已经安装了openssl, curl, wget, git, nginx, dos2unix依赖项目?报错信息如下: Traceback (most recent call last): File "/Users/lance/browser-deploy/deploy.py", line 66, in do() File "/Users/lance/browser-deploy/deploy.py", line 14, in do commBuild.do() File "/Users/lance/browser-deploy/comm/build.py", line 15,...

wontfix
fisco-bcos-browser
macos
m1
deploy

Is there any database I can use in SGX ?such as mysql,levelDB. I am not sure ,looking for your answer ,thank you so much.

Does Simulation mode support M1 docker? I am try to use [incubator-teaclave-sgx-sdk] ,it seem not work

When I using "yarn global add @nethermindeth/warp" . after input command, i got this error "lance@lancedeMacBook-Pro ~ % warp version node:internal/errors:867 const err = new Error(message); ^ Error: Command failed:...

I try to use this porject on chrome , but it not work. I can use snarkjs on Node server. Can you tell me how to solve this problem ,...

I have a felt252 array ```cairo fn calculate_hash(self: @ContractState,secret: Array) -> Array{ sha256::sha256(secret) } ``` How to convert Array to Array?

I want to try not use #[tokio::main] in my project . it show error follow this. {unknown} no method named `push` found for struct `CallFuture` in the current scope method...

In bitcoinjs-lib I can easy using alice.sign(signatureHash) to sign after broadcast. If I convert the signature result for hex string it like this `d2ffa12c2191ab1197a318b9c90d2007c66c5157b0a1d0238a4ced93116d3b085d5b20e4c54453d85ca0c747c84f73b3449292456a26d2c8354a24c4b26a5359` it is 64 byte buffer ,...

Can I use this repo on react browser web app? I dont know how to do

I want to use unisat wallet sign a transaction from bitcoinjs-lib P2sh method,I dont know wether does unisat support it? bitcoinjs lib need Buffer and unisat sign message result like...