Event Tracker is a blockchain smart contract in event tracking application on Klaytn.
This project was developed to view the event log for blockchain development.
Batch work to takes Klaytn blocks and collects event logs.
- Kotlin based
- use Spring Boot
Respond to the REST-API request of the web page.
- Spring Security
- Spring JPA
- caver.java Klaytn Dapp API
- Jackson
Takes Klaytn blocks and collects event logs
- Spring Batch
- Spring JPA
- Flyway
- caver.java Klaytn Dapp API
- Jackson
Share entities and repositories
All data is a sample.
Manage the Smart Contract you want to see.
Manage the Event you want to see.
Output of the matched data.
- Setup Mysql
- Set
SyncProperties
- Run Batch App
- Run Api App
- Install Web App Packages
yarn install
- Set baseURL
uesAPI.tsx
- Run Web App
Copyright (c) 2020 Piction
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.