File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ src/main/java/com/example/
1717├── swap/ # DEX swap order (on-chain + off-chain + README)
1818├── lending/ # Collateral loan (on-chain + off-chain + README)
1919├── nft/ # CIP-68 NFT (on-chain + off-chain + README)
20+ ├── uverify/ # UVerify document verification (on-chain + off-chain + tests)
2021├── benchmark/ # WingRiders DEX benchmark validators
2122├── mpf/ # Merkle-Patricia Forestry types
2223└── util/ # Utility classes
@@ -26,6 +27,7 @@ src/test/java/com/example/
2627├── swap/ # SwapOrder tests (Direct Java + UPLC + JulcEval proxy)
2728├── lending/ # CollateralLoan tests (Direct Java + UPLC + JulcEval proxy)
2829├── nft/ # Cip68Nft tests (UPLC + JulcEval proxy)
30+ ├── uverify/ # UVerify tests (Proxy + V1 + FeePot)
2931├── benchmark/ # Benchmark tests
3032└── mpf/ # MPF tests
3133```
@@ -72,4 +74,5 @@ Off-chain demos require a running [Yaci Devkit](https://github.com/bloxbean/yaci
7274| Swap Order | ` com.example.swap.offchain.SwapOrderDemo ` |
7375| Collateral Loan | ` com.example.lending.offchain.CollateralLoanDemo ` |
7476| CIP-68 NFT | ` com.example.nft.offchain.Cip68NftDemo ` |
77+ | UVerify (Proxy + V1) | ` com.example.uverify.offchain.UVerifyDemo ` |
7578
You can’t perform that action at this time.
0 commit comments