Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

A SDK toolkit for JDK to call VeChainThor Restful API.

## 📚 Documentation

For comprehensive integration guides, API references, and examples, visit our detailed documentation:

- **[Partner Integration Guide](docs/MAIN_DOCUMENTATION.md)** - Complete guide with all SDK functions and practical examples
- **[Model Classes Reference](docs/MODEL_CLASSES_REFERENCE.md)** - Reference for all data models and types
- **[Multi-Party Payment Guide](docs/PROTOTYPE_CONTRACT_GUIDE.md)** - MPP implementation guide

The documentation includes dynamic links to Javadoc for up-to-date type and field references.

> [!WARNING]
> This repository is not actively maintained.
>
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ services:
networks:
- vechain-thor


networks:
vechain-thor:
driver: bridge
name: vechain-thor
name: vechain-thor
Loading