Checkpoint Index#
• Scott Piriou introduced Checkpoint, an indexing tool that can save events to a database and provide external queries through a Graphql API.
• Events refer to pieces of code placed in smart contracts for interaction and storage with the external world.
• Using Checkpoint is easy, requiring only the setup of a configuration file, definition of a Graphql schema, and definition of writer logic.
• Scott demonstrated the use of Checkpoint with an ERC20 token transfer.
• Through Checkpoint, users can view their sent and received ERC20 tokens via Etherscan.
• Checkpoint is written in JavaScript and supports features like custom email notification systems.
• Checkpoint effectively supports fast and modular event indexing.
Chainlink Oracle#
• ChainLink and StarkWare announced a formal partnership to accelerate the goals of the StarkWare ecosystem, including the ability for ChainLink to be used on StarkWare.
• ChainLink is a middleware solution that solves the Oracle problem and helps users from various industries achieve a total transaction value of 7 trillion.
• StarkWare has joined ChainLink's Scale program, providing valuable services for developers in the future.
• ChainLink's integration helps smart contracts access off-chain data or computational capabilities for advanced applications.
StarkNet Smart Contracts#
- The purpose of this discussion is to identify the smart contract language of StarkNet.
- An important aspect of developer mode is the ability to quickly find experts to solve problems.
- Milan has done a lot of coaching work on StarkNet when mentioning the community.
- He found that StarkNet attracted highly intelligent individuals who quickly learned, and he is also learning.
- Additionally, tools and templates can provide a basic development experience when developers need to solve problems.
- Cairo is respected as the filter of the StarkNet ecosystem due to its unique features.
- Developers who choose StarkNet are more determined and can provide a better overall development experience.
rabbit X Order Book DEX#
- The motivation for ordinary traders and market makers is to improve price efficiency.
- The definition of an order book is two lists that store buy and sell orders sorted by price.
- Using an automated market maker replaces the order book to solve the high cost issue on the blockchain.
- The role of an automated market maker is to allow everyone to trade with the exchange and provide feedback to determine prices.
- Establish an irreplaceable isolation layer that does not require expensive gas fees and provides fast order matching results.
- StarkWare may help improve these issues, making on-chain order books more cost-effective and practical.