Cardinal-Cryptography / Cardinal-Cryptography/bulletin-board-example
Deployment script throws an `invalid value '0' for '--salt <SALT>'` error
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
When trying to deploy the contracts with the `deploy.sh` script, I'm getting the following error:
```
$ ./scripts/deploy.sh
node=ws://localhost:9944
authority_seed=//Alice
Uploading bulletin_board
Bulletin Board code hash: 0x3a0e3b892522e992fcaa8fec2aebc3e1cfa256902692e758edb98ea3c6592e6d
Uploading highlighted_posts
Highlighted Posts code hash: 0x5bf66a7e7b3f926731b8d4db095924724cb4003d02748b8c2252f3bf61690822
Instantiating Bulletin Board contract (version: 0)
error: invalid value '0' for '--salt ': Odd number of digits
For more information, try '--help'.
```
I'm using WSL on Windows 10.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.