live-cells of CKB #2424
Replies: 2 comments
-
It is not recommended to build the index collection of the live cell by yourself, because people who are not familiar with the ckb construction will probably make mistakes. It is recommended to use the RPC interface provided by ckb-indexer to obtain, if you are a js/ts user, you can use lumos
|
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
How to get live-cells of nervosnetwork?
Json-rpc is not working..Also ckb-cli is giving this error in linux terminal:
error[E0658]: procedural macros cannot be expanded to expressions
--> /root/.cargo/git/checkouts/ckb-18e696e6b31ffa72/38aacb5/util/crypto/src/secp/signature.rs:16:17
|
16 | const N: H256 = h256!("0xffffffff_ffffffff_ffffffff_fffffffe_baaedce6_af48a03b_bfd25e8c_d0364141");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #54727 rust-lang/rust#54727 for more information
error[E0658]: procedural macros cannot be expanded to expressions
--> /root/.cargo/git/checkouts/ckb-18e696e6b31ffa72/38aacb5/util/crypto/src/secp/signature.rs:17:19
|
17 | const ONE: H256 = h256!("0x1");
| ^^^^^^^^^^^^
|
= note: see issue #54727 rust-lang/rust#54727 for more information
Compiling native-tls v0.2.4
error: aborting due to 2 previous errors
For more information about this error, try
rustc --explain E0658
.error: could not compile
ckb-crypto
.To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile
ckb-cli v0.36.0 (/home/alphabet-01/ckb-cli)
, intermediate artifacts can be found at/home/alphabet-01/ckb-cli/target
Caused by:
build failed
Beta Was this translation helpful? Give feedback.
All reactions