Let’s start building! Creating a blockchain project using the Procotol is easy.

1

Create a project

Firstly, we need to create a project to receive an API key and start interacting with other endpoints.

You will receive a status 201 with an object containing the API key.

2

Add your API key to the Authorization header in all requests

Now, make sure to include your API key in the Authorization header of all requests.

Remember to switch <API_KEY>.

Coming up next, let’s create your first contract on the blockchain.

Any problems during this guide? Check some possible troubleshooting.