This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
First stable release of Kaya RPC.
Kaya RPC strives to provide developers with a test environment with the same behaviour as a real Zilliqa blockchain. With Kaya RPC, developers can develop apps easier and quicker.
We hope that Kaya RPC server continues to be useful for testing and development. Let us know by filling an issue if you encounter any bugs or have any feature request.
Release Notes
- Functionality to allow peer-to-peer transfer of utility tokens
- Functionality to deploy contracts and create transactions with the contract methods
- Standard query methods to get contract state, init, code
- Bootstrapped with random wallets at start-up (Default: 10)
- Perform checks to ensure validity of incoming JSON requests
- Automatically incrementing block number. Interval can be edited through the
config
file save
andload
to save contract states upon shutdowndebug
mode enabled throughnpm run debug
provides greater verbosity to help developers debug their code