w3-io/W3 Dynamic Action
Dynamic wallet infrastructure — users, wallets, compliance, WAAS signing for W3 workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Operation to perform. 13 commands across 3 layers: Users: create-user, get-user, list-users, update-user, delete-user, get-wallets, create-wallet. Compliance: screen-wallet, check-allowlist, check-gate. Observability: get-balances, create-webhook, list-webhooks. | yes | — |
| api-key | Dynamic API key (Bearer token) | yes | — |
| environment-id | Dynamic environment ID | yes | — |
| user-id | Dynamic user ID | no | — |
| User email for creation | no | — | |
| wallet-address | Wallet address for screening or lookups | no | — |
| chain | Chain name for wallet operations (e.g., evm, solana) | no | evm |
| metadata | JSON metadata for user creation/update | no | — |
| allowlist-id | Allowlist ID for check-allowlist | no | — |
| gate-id | Gate ID for check-gate | no | — |
| webhook-url | URL for webhook delivery | no | — |
| webhook-events | Comma-separated event types to subscribe to | no | — |
| limit | Result limit for list operations | no | — |
| offset | Pagination offset for list operations | no | — |
Outputs
| name | description |
|---|---|
| result | JSON result of the operation |