Securrency, a leading blockchain-based financial markets infrastructure and products company, has released a tool called CoralX for Solidity smart contracts development, testing, and deployment.
CoralX is designed to be lightweight, fast, and reliable. It now has basic features:
- Built-in smart contract compilation (Module from the Truffle.
- Automated contract testing with Mocha and Chai.
- Scriptable framework for the deployment and configuration of the smart contract.
- Network management for deploying to many public & private networks.
What makes CoralX very important for the XDC community is the fact that CoralX can work with any address prefixes and fully supports XDC MainNet and Apothem test networks.
CoralX has great performance for smart contracts testing and deployment.
It was used in some big projects of Securrency (still not open-sourced) with more than 400+ smart contracts.
For example, while complete testing using Truffle took more than 2.5 hours locally, CoralX made everything in 30 minutes.
CoralX is also reliable.
It can store the transactions' execution progress.
If some transaction fails during deployment and/or the process will crash, it is possible to run the deployment process not from the beginning but only for transactions that have failed or haven't been executed.
Fathom, a company that develops lending protocol with real assets, first adopts CoralX for its product development.
CoralX is fully open-sourced and welcomes everyone to contribute.
Discussion (3)
CoralX doesn't seem to work with
xdc
address prefixes in JSON-RPC responses. I have modifiedcoralX.build.js
to expose this stack trace.Hello, that fixed. Please install version 0.2.0
XDC Community has opened a bounty for a how-to article covering smart contract creation, testing, and deployment using CoralX: gitcoin.co/issue/29333