Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

v0.1.0 - Introducing Kaya RPC

Latest
Compare
Choose a tag to compare
@edison0xyz edison0xyz released this 03 Sep 09:54
· 193 commits to master since this release
727a094

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 and load to save contract states upon shutdown
  • debug mode enabled through npm run debug provides greater verbosity to help developers debug their code