Tools and repositories
Below is a list of useful tools for use with the Zilliqa 2.0 proto-testnet:
EVM Development Environments
Zilliqa 2.0 features an EVM execution layer and can therefore be used with standard EVM tools and frameworks. These include popular IDEs such as VSCode, Remix, and many others.
Neo Savant 2.0
The Neo Savant 2.0 IDE is an upgraded version of the original online IDE for creating and deploying Scilla contracts. This version adds a host of new features, including multi-tab text editing and the ability to read contract states.
Neo Savant 2.0 can be accessed at https://ide.zilliqa.com/.
SDKs and other tools
Zilliqa 2.0 continues providing native SDKs for:
We also continue to maintain tools such as:
- Scilla hardhat plugin - to support deploying and testing Scilla contracts
- ethers.js fork - to support the non-canonical signatures of non-EVM Zilliqa transactions (Schnorr signatures)
- otterscan fork - to add the ability to understand non-EVM (Scilla) transactions
Open-source repositories
We provide a number of open-source repositories relevant to Zilliqa 2.0:
- zq2 - the Zilliqa 2 source code itself.
- eth-spout - a simple faucet.
- neo-savant - the Scilla IDE
- developer-portal-zq2 - this developer portal