Get Started
Learn how to get set up and started with the Nebula API to successfully prepare and enable a connected user to sign a transfer .
Before you begin, ensure you have the following:
- A thirdweb account
- A blockchain wallet for executing transactions
- Node.js and npm or yarn installed on your system
Navigate to the projects dashboard and create a new project.
Setup your project and obtain your client ID and secret key. Please note your secret key somewhere safe as it is not recoverable.
Install the TypeScript SDK
Setup environmental variables.
Import required libraries from thirdweb.
This function processes the API's response and executes blockchain transactions.
Send a request to the Nebula API to interpret your natural language command and retrieve the transaction details.
The response from the API will contain the transaction details.
Congratulations! You have successfully set up the Nebula API and executed a transaction using the thirdweb SDK.