Replies: 6 comments 3 replies
-
Hey @gimer , It looks like your network config, which contains contract deployment details, is missing a value. Did you run through all the steps in the setup instructions? Specifically: yarn hardhat run scripts/deploy_all.ts --network gethDev Which generates that config for local development, or updating
For using the Arbitrum Testnet. |
Beta Was this translation helpful? Give feedback.
-
Dear Jacob, thank you for your quick replay, I did go through all the steps in the setup instructions. I think I solved it, I changed the network .json file: NETWORK_CONFIG_PATH=../contracts/networks/local.json However, I'm still having problems at the last step. I got this error: npm notice === Tarball Details === npm ERR! A complete log of this run can be found in: I followed the steps to add my user, but still not working. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
@gimer Interesting, it's not expected that there would be any npm packages involved that require special permissions. Could you clarify what you mean by the 'last step'? I would guess that would be the following but it doesn't seem to make sense given the output you posted:
|
Beta Was this translation helpful? Give feedback.
-
Actually... is it this step?
If so, that does require special permissions. Can you clarify what your overall goal is? That advice is for bls-wallet developers rather than users. If you're working on a fork you might want to consider forking the |
Beta Was this translation helpful? Give feedback.
-
Dear @voltrevo, thank you for your replay. I was just testing this instruction: yarn publish-experimental, but now I understand that it is just optional and that I need special permissions. I'm not working on a fork, my goal at this point is to understand how the BLS signatures and aggregation work. I'm currently working as a Blockchain engineer at Cartesi and one of my assignments is to do research on aggregation. I found this project and I think it is very interesting. So far I installed everything and I'm ready to make some tests. Please let me know if you have any advice. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
-
Hey @gimer , asked our lead to move this to a discussion. I will post some links to help you out :) |
Beta Was this translation helpful? Give feedback.
-
Hi there,
when I execute the command:
programs/aggregator.ts
I get this error message:
error: Uncaught (in promise) Error: String required
at y (https://cdn.esm.sh/v74/[email protected]/deno/bls-wallet-clients.js:2:173085)
at E1 (https://cdn.esm.sh/v74/[email protected]/deno/bls-wallet-clients.js:2:172472)
at $5 (https://cdn.esm.sh/v74/[email protected]/deno/bls-wallet-clients.js:2:172796)
at async app (file:///Users/gimer/Cartesi/Aggregator/bls-wallet/aggregator/src/app/app.ts:21:25)
at async file:///Users/gimer/Cartesi/Aggregator/bls-wallet/aggregator/programs/aggregator.ts:6:1
Any thoughts? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions