Download the PHP package chinilla/chinilla-php without Composer
On this page you can find all versions of the php package chinilla/chinilla-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chinilla/chinilla-php
More information about chinilla/chinilla-php
Files in chinilla/chinilla-php
Download chinilla/chinilla-php
More information about chinilla/chinilla-php
Files in chinilla/chinilla-php
Vendor chinilla
Package chinilla-php
Short Description Supports functions such as obtaining current blockchain information, obtaining current altitude, obtaining current network information, creating a new wallet, generating mnemonic words, initiating transactions, and obtaining transaction records in Chinilla’s HCX.
License MIT
Homepage https://github.com/Chinilla/chinilla-php
Package chinilla-php
Short Description Supports functions such as obtaining current blockchain information, obtaining current altitude, obtaining current network information, creating a new wallet, generating mnemonic words, initiating transactions, and obtaining transaction records in Chinilla’s HCX.
License MIT
Homepage https://github.com/Chinilla/chinilla-php
Please rate this library. Is it a good library?
Informations about the package chinilla-php
Chinilla-PHP
Overview
Chinilla-PHP supports the functions of obtaining current blockchain information, obtaining current altitude, obtaining current network information, creating new wallets, generating mnemonics, initiating transactions, and obtaining transaction records in Chinilla's HCX.
Supported Methods
Node
Blockchain
- ✅ Current blockchain information
getBlockchainState()
- ✅ Get the full block via
getBlock(header_hash)
- ✅ Get the full block list
getBlocks()
- ✅ Get block record by
getBlockRecordByHeight(height)
- ✅ Get block record via
getBlockRecord(header_hash)
- ✅ Get a list of block records
getBlockRecords()
- ✅ Get unfinished header blocks
getUnfinishedBlockHeaders()
- ✅ Get an estimate of the total drawing space
getNetworkSpace()
- ✅ Get the block's currency addition and deletion records
getAdditionsAndRemovals()
- ✅ Get the initial freezing period of the blockchain
getInitialFreezePeriod()
- ✅ Get current network information
getNetworkInfo()
Currency
- ✅ Get coin records through
getCoinRecordsByPuzzleHash(puzzle_hash)
- ✅ Get coin records through array
getCoinRecordsByPuzzleHashes(array(puzzle_hash, puzzle_hash, ...))
- ✅ Get coin record
getCoinRecordByName(coin_name)
- 🚧 Push transaction packets to mempool and blockchain
pushTx()
Memory Pool
- ✅ Get list of transaction IDs (spend bundle hash)
getAllMempoolTxIds()
- ✅ Get mempool items
getAllMempoolItems()
- ✅ Get mempool item
getMempoolItemByTxId(transaction_id)
Wallet
Key Management
- ✅ Specify as active
logIn(fingerprint)
- ✅ Get wallet public key
getPublicKeys()
- ✅ Get wallet private key
getPrivateKey()
- ✅ Generate mnemonic
generateMnemonic()
- ✅ Add keychain
addKey()
- ✅ Delete the private key
deleteKey()
- ✅ Delete all private keys
deleteAllKeys()
Wallet Node
- ✅ Get wallet sync status
getSyncStatus()
- ✅ Get the current height
getHeightInfo()
- ✅ farm block
farmBlock()
- ✅ Get the initial freezing period of the blockchain
getInitialFreezePeriod()
- ✅ Get current network information
getNetworkInfo()
Wallet Management
- ✅ Get list of wallets
getWallets()
- 🚧 Create a new wallet
createNewWallet()
Wallet
- ✅ Get wallet balance
getWalletBalance()
- ✅ Get transaction records through
transaction hash
getTransaction()
- ✅ Get transaction records
getTransactions()
- ✅ Get new address
getNextAddress()
- ✅ Initiate transaction
sendTransaction()
- ✅ Create backup
createBackup()
- ✅ Get the number of wallet transactions
getTransactionCount()
- ✅ Get farm reward information
getFarmedAmount()
- 🚧
createSignedTransaction()
Offers
- ✅ Check Offer Validity
checkOfferValidity()
- ✅ Get Offer Summary
getOfferSummary()
- ✅ Get Offer
getOffer()
NFT Wallet
- ✅ Create New NFT Wallet
createNewNftWallet()
- ✅ All Uri to NFT
addUriToNft()
- ✅ Get NFT Information
get_nft_info()
- ✅ Transfer NFT
transferNft()
- ✅ List NFTs
list_nfts()
- ✅ Set NFT DID
setNftDid()
- ✅ GMint NFT
mintNft()
Other currencies and transactions 🚧
DID Wallet 🚧
RL Wallet 🚧
Quick Start
Install
Code Example
All versions of chinilla-php with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.0 || ^7.0
The package chinilla/chinilla-php contains the following files
Loading the files please wait ....