https://github.com/lucasdengcn/spring-web3-demo
demo spring boot application on Web3
https://github.com/lucasdengcn/spring-web3-demo
ethers spring-boot web3j
Last synced: 19 days ago
JSON representation
demo spring boot application on Web3
- Host: GitHub
- URL: https://github.com/lucasdengcn/spring-web3-demo
- Owner: lucasdengcn
- Created: 2024-12-26T08:17:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T07:38:45.000Z (over 1 year ago)
- Last Synced: 2025-06-22T04:41:01.065Z (12 months ago)
- Topics: ethers, spring-boot, web3j
- Language: Java
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Web3 Demo
## Tasks
| Task | Status |
|----------------------------------------------|-------|
| Load contract from address via WalletAccount | ✅ |
| Call contract functions to get data | ✅ |
| Call contract functions to update data | ✅ |
| Subscribe to contract events | ✅ |
| Wallet service | ✅ |