Initial project setup: Add contracts, API definitions, tests, and documentation
- Add Foundry project configuration (foundry.toml, foundry.lock) - Add Solidity contracts (TokenFactory138, BridgeVault138, ComplianceRegistry, etc.) - Add API definitions (OpenAPI, GraphQL, gRPC, AsyncAPI) - Add comprehensive test suite (unit, integration, fuzz, invariants) - Add API services (REST, GraphQL, orchestrator, packet service) - Add documentation (ISO20022 mapping, runbooks, adapter guides) - Add development tools (RBC tool, Swagger UI, mock server) - Update OpenZeppelin submodules to v5.0.0
This commit is contained in:
12
api/packages/openapi/v1/examples/tokens.yaml
Normal file
12
api/packages/openapi/v1/examples/tokens.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
components:
|
||||
examples:
|
||||
DeployUSDW:
|
||||
summary: Deploy USDW token
|
||||
value:
|
||||
name: "USD Wrapped"
|
||||
symbol: "USDW"
|
||||
decimals: 18
|
||||
issuer: "0x1234567890123456789012345678901234567890"
|
||||
defaultLienMode: "ENCUMBERED"
|
||||
bridgeOnly: false
|
||||
|
||||
Reference in New Issue
Block a user