JavaScript Extension Core for Klaytn
Sub-components of Klaytn JavaScript SDKs.
For dApp developers and blockchain users, use the SDKs like @klaytn/ethers-ext and @klaytn/web3js-ext.
FieldSetFactory
to easily build custom RLP-encodable typesAccountKeyFactory
for Klaytn account objectsKlaytnTxFactory
for Klaytn transaction objectsAccountKeyType
and TxType
enumsgetRpcTxObject
to normalize eth_call
RPC parametersgetCompressedPublicKey
and getSignatureTuple
to normalize cryptographic datasplitKeystoreKIP3
for handling KIP-3 JSON keystoreformatKlay
and parseKlay
to convert KLAY denominationsasyncOpenApi
to promisify @klaytn/web3rpc methods
Install
npm install --save @klaytn/js-ext-core
Usage
See test.