Sui Move smart contracts untuk logistics platform.
delivery_proof— Proof of Delivery NFT, menyimpan bukti pengiriman immutable on-chainescrow— Payment Escrow untuk COD (Cash on Delivery), menahan pembayaran sampai delivery confirmed
- Network: Testnet
- Package ID:
0xf5bc9afb3c6342e3a6208a08681402074e9a3b89345760a92c8fe9931aa80380 - Explorer: View on SuiScan
cd blockchain
# Build
sui move build
# Test
sui move test
# Deploy to testnet
sui client publish --gas-budget 100000000logistics-contract/
├── README.md
└── blockchain/
├── Move.toml
├── Move.lock
├── Published.toml
├── .env
├── sources/
│ ├── delivery_proof.move
│ └── escrow.move
└── build/
| Repository | Description |
|---|---|
| logistics-be-go | Backend microservices (Go + gRPC) |
| logistics-dashboard-next | Admin dashboard |
| logistics-customer-app | Customer mobile app |
| logistics-courier-app | Courier/driver mobile app |