chia-client icon indicating copy to clipboard operation
chia-client copied to clipboard

TypeScript client for Chia RPC interfaces.

Results 19 chia-client issues
Sort by recently updated
recently updated
newest added

Wallet RPC operates on port 9256. Reference: https://docs.chia.net/docs/12rpcs/rpcs

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

For using `ts-node` Instead of `console.log(await blockChainState.blockchain_state.space);` call with .then to prevent `Promise { }` ``` console.log(blockchain) blockchain.then(function(fullNode) { console.log(fullNode) }) ```

I have tried all npm command but not able to run it client.

`coinID == sha256(parent_ID + puzzlehash + amount)` I found it from https://chialisp.com/docs/doc2 I tried it with Nodejs and still not correct. `console.log(CryptoJS.SHA256('f7e09a94c5da73019577b288aeedaf4750540ecca091bb5c4bcf45dacb3a0485' + 'ee12091f293040e42999c64d471ec9a65692f1dde0c42a4936d80e25a8d0535c' + 299700000000).toString()) // return e8ad8111fd2761792b9b39a531117ca8edcbc4ba65b2c3d9472c63dd76876731 not...

use sendTransaction, return transaction_id: 0x8a617e99692bbdc18db9fc27781f539b753d5d396e3d868008f81e3e95d089e7, but explorer is: https://www.chiaexplorer.com/blockchain/coin/0x45f56e6c91933b81ab464f552c39b3b306c040368f03b654debcbd2799538ca2 why? How to solve it.

(node:26220) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with...

I try to set up a CHIA local testnet blockchain. (testnet7) Could you give me some idea to set up this lib interact with testnet. Many thanks. My issue below:...