@namnh270/g8c-sdk-test

0.1.0 • Public • Published

SDK

SDK for G8C Blockchain

Documents

Installation

npm install G8C-sdk

Usage

const G8CSdk = require('G8C-sdk');

API

SDK

createSendTx (from, to, amount, privateKey)

Utils

validateAddress(address)
validateBlock(height)
validateTxHash(hash)
isInt(n)
isUint(n)
fromG8C(G8C)
toG8C(amount)
subtraction(a,b)
bigNumToString(val,base)
encodeUtf8(text)
decode(buf)

API

getBlock (height)
getTransaction (txHash)
getAccountDetail (address)
getGetHistoryTransaction ({address, page, limit})
sendTransaction (tx)

Wallet

generateWallet(walletName, password)
verifyTransaction(tx)
encryptWallet(privateKey, password)
decryptWallet(cipherText, password)
restoreWallet(mnemonic, walletName, password)
getAddressFromPublicKey(publicKey)
createTx(from, to, amount, sequence, CHAINID)

License

MIT

/@namnh270/g8c-sdk-test/

    Package Sidebar

    Install

    npm i @namnh270/g8c-sdk-test

    Weekly Downloads

    10

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    50.7 kB

    Total Files

    19

    Last publish

    Collaborators

    • namnh270