Installation
Deployment guide to run your own SPV Wallet
Last updated
Was this helpful?
Deployment guide to run your own SPV Wallet
Last updated
Was this helpful?
Set up your own with sufficient credit or a valid payment method.
you would like to use for the wallet. This will be how counterparties address users of your wallet: person@yourdomain.com
The domain will be used as a root domain, and the cloud formation template will create subdomains under it.
Launch the software using one of the CloudFormation template links below for your chosen region.
AP
CA
EU
SA
US
Fill in the required template settings:
Stack name - this name will be dispayed on the list of Cloud Formation stacks in the AWS console
Domain name - type the domain nama that you registered at the step 2
Hosted zone ID for domain - choose exactly the one that is matching the domain name above
After submitting stack creation it will take up to 30 minutes to create all resources. You can check the status in the Resources tab.
Pick the AWS region closest to your customer(s). To determine which region is closest to your current location you can use a service like .
If you don't know which link to pick, just use .
Issue the following command and find hosted zone id for registered domain in the .
Make sure to use the id without the prefix /hostedzone/
${AWS_Region} - region you choose in the
${Domain_Name} - domain name you registered in the
${Hosted_Zone_Id} - hosted zone id found in
Install AWS CLI
Authenticate AWS CLI