ProjectGet Started

Getting Started

Create your first UTXOS project in under five minutes. Follow these steps to set up your development environment and start building.

Create an Account

  1. Navigate to the UTXOS Dashboard
  2. Sign in with your preferred authentication method
  3. Click Create New Project
Create new project button

After creating your account, you land on the project creation screen.

Configure Your Project

Fill in your project details:

FieldDescriptionExample
App NameA unique identifier for your project. Use lowercase letters and hyphens.my-web3-app
Domain URLYour application domain for whitelisting. Requests from other domains are rejected.https://myapp.com
EmailContact email for notifications and alerts. Defaults to your account email.dev@myapp.com
⚠️

Domain whitelisting is enforced in production. Add localhost during development to test locally.

Complete Setup

  1. Review your configuration details
  2. Click Create Project to finalize
  3. Copy your API keys from the project dashboard

Your project is now active. You receive:

  • Project ID for API calls
  • API Key for authentication
  • Access to all Base plan features

Next Steps

After creating your project:

  1. Integrate Wallet as a Service into your application
  2. Configure Transaction Sponsorship to cover user gas fees
  3. Upgrade your plan when ready for production