This is a guide to understanding how you can quickly build MVPs and prototypes using some of the most popular blockchains, without paying a fortune to hire a blockchain developer. Using bubble.io and tatum.io generate a wallet on the Terra Luna blockchain.

Step One: Create An Account for Bubble.Io and Tatum.Io

This is self-explanatory if you do not already have an account for either of these platforms. Create an account, both platforms offer a free plan to test the platform.

snipping tools.PNG

Step Two: Get your Tatum API Keys

Once you create your account you will be taken to the Tatum dashboard. There you will see two API keys one for the testnet and one for the mainnet. Either will work for this tutorial, but since we are not sending anything to production let’s use our test API keys.

testnet api.PNG

Step Three: Download the API Connector Plugin

When you have successfully created your Tatum account, navigate to bubble.io. If you already have a Bubble application that you would like to integrate with, simply navigate to the Plugins tab. Then search for the API Connector plugin, and install it to your application. If you do not have bubble app, create a new application and follow the same process.

API CONNECTOR.PNG

Step 4: Setup Your API Call

Now we are at the fun part, where we actually implement blockchain functionality within the application.

To set up your call correctly follow these steps:

  1. Name your API call and set the authentication type to private key in header

    1. Set the Key Name to be “x-api-key”
    2. Set the Key Value to be your API key from the Tatum dashboard

    asifasf.png