Contract Kit
Easily read and write to the blockchain.
Provide your users with faster response times.
The Contract Kit is designed to optimize API access, which in turn reduces load time and provides users with a faster, more seamless experience in-app. It does this by optimizing the requests made to API nodes and automatically compressing transactions to reduce resource costs and bandwidth usage. But the benefits don't stop there:
50%
smaller API file size
API response sizes are automatically reduced by 50% when returning Table and Contract data from the smart contract.
4X
more data per API request
The number of possible table rows returned per API request are quadrupled when compared to other Antelope library calls.
Want to write your own custom smart contract first?
Explore the new resources released by the ENF! Enhance your understanding and stay updated with the cutting-edge developments in the world of Smart Contracts.
Click here to access the new resourcesEnhance your developer environment.
Wharf’s Command Line Tool (CLI) can automatically generate code to represent a smart contract in a TypeScript application. This saves you time writing code and makes it easy to understand parameters for tables and actions while working with a contract. Some of the benefits of working with the CLI include:
- Integrated IntelliSense that provides information in real-time about smart contract parameters and enables code completion.
- Enforced type checking against the smart contract to prevent errors during development.
- Further optimization of the API calls required by the Contract Kit, to improve the user experience.