Nunchuk Invitations
If auth or network setup is the blocker, use nunchuk-setup.
If the user is creating a wallet from scratch, also use nunchuk-wallet-creation.
Send invitations
Invite one or more people:
nunchuk invitation send <sandbox-id> alice@example.com bob@example.comInvite with comma-separated emails:
nunchuk invitation send <sandbox-id> alice@example.com,bob@example.comReview invitations
List invitations for the current user:
nunchuk invitation listList invitations sent for one sandbox:
nunchuk invitation list <sandbox-id>Accept or deny
Accept an invitation:
nunchuk invitation accept <invitation-id>Deny an invitation:
nunchuk invitation deny <invitation-id>Defaults
invitation sendaccepts either space-separated emails or comma-separated batches.- Use
invitation listwith no sandbox ID for invitations received by the current user. - Use
invitation list <sandbox-id>to inspect invitations sent for one sandbox.
Gotchas
- The logged-in email is invited automatically. To add that user's key, use the Nunchuk mobile app, desktop app, or CLI on that account instead of sending another invitation to the same email.
- Invite other participant email addresses only.
invitation acceptjoins the sandbox behind the invitation.- Sandbox-scoped invitation lists do not show invitations sent to your own email.
invitation denydenies the invitation only. It does not delete the sandbox.