Skip to content

Commit 3c6aa79

Browse files
committed
fix: update readme
1 parent 66e55aa commit 3c6aa79

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ trustvc document-store revoke
124124
# Mint a token to a registry
125125
trustvc mint
126126

127+
# Deploy a token registry contract
128+
trustvc token-registry deploy
129+
127130
# Transfer document holder
128131
trustvc title-escrow transfer-holder
129132

@@ -175,9 +178,9 @@ trustvc title-escrow reject-transfer-owner-holder
175178

176179
### Blockchain Operations
177180

178-
- **Token Registry**: Uses `mint` to mint document hashes (tokenIds) to blockchain-based token registries across multiple networks (Ethereum, Polygon, XDC, Stability, Astron).
181+
- **Token Registry**: Deploy token registry contracts and mint document hashes (tokenIds) to blockchain-based token registries across multiple networks (Ethereum, Polygon, XDC, Stability, Astron).
179182

180-
- **Document Store**: Uses `documentStoreIssue` and `documentStoreRevoke` to issue and revoke document hashes in deployed document store contracts.
183+
- **Document Store**: Deploy document store contracts and use `documentStoreIssue` and `documentStoreRevoke` to issue and revoke document hashes in deployed contracts.
181184

182185
- **Title Escrow**: Provides comprehensive transferable records management including holder transfers, beneficiary nominations, endorsements, returns, and rejections using smart contracts.
183186

0 commit comments

Comments
 (0)