iu小迷弟
iu小迷弟
I tried to compile the ckb-plugin-ledger project using both cargo build and nix-build and found that the required version of the ckb-cli is too old, leading to compilation failures. ```...
Temporary solution: 1. use this project to complete the generate deployment contract transaction, git clone `[email protected]:mohanson/ckb-playground.git` && cd contract_deploy/ 2. re-apply for a ckb account and ckb funds and then...
Sign and Send the deploy transaction: 1. sign tx: ``` ckb-cli deploy sign-txs --from-account ckt1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqdrcaufs8qeu8wvvy0myyedek4vqad9qeq3gc4cf \ --add-signatures \ --info-file ./test.json ``` 2. send tx:` ckb-cli deploy apply-txs --info-file ./test.json --migration-dir...
@eval-exec please help confirm the processing logic of [getcell](https://github.com/nervosnetwork/ckb-cli/blob/c9462bd9aedfcf42ae37010514cf168f17fd3f94/src/subcommands/deploy/tx_builder.rs#L175-L179) and OffchainTransactionDependencyProvider
Before deploying the contract, upload.sh was executed and waited for several minutes. The next contract was sent after the previous contract was deployed successfully.
This is because the case uses the previously generated deposit cell, which should be combined with the case of deposit nevos dao to obtain a new deposit cell. Therefore, in...
Active orders:There are still some limit orders left in this order to be matched, and the progress display here should not be filled.
- https://github.com/nervosnetwork/ckb/commit/3f993ab583e679bde8598585938a37f68879be86 - [ ] Add clear_tx_verify_queue rpc