Dev Quick Start

Instructions and pointers for how to get started building on Intuition.

Starting

This guide contains resources and links to help you get started building on top of Intuition. These steps provide the most direct way to get up and running with our resources. We'll continue to refine and improve this process so be sure to check back for improvements as we receive developer feedback!

You can either read through the next section for a step-by-step walkthrough or jump right to our video tutorial.

Getting Your API Key

You need an Intuition API Key to use our public API. We've provided an API Key Portal for quick access to generating and retrieving your API key.

Prerequisites: This section assumes that you have an Ethereum wallet and the ability to sign messages through MetaMask, Rainbow, or another supported provider.

Step 1:

First, navigate to our API Key Portal and click on the Connect Wallet button:

Step 2:

Choose which wallet you want to use to connect:

Step 3:

Click the Sign-in button on your wallet. This will look different depending on your wallet. You'll need to sign the message in your wallet.

Here's an example from MetaMask:

Step 4:

Your API Key will be generated the first time that you connect and sign with a new address. The key is connected to your Ethereum address.

You can revisit this page at any point if you need to view and copy your API Key:

You can also refresh your API Key from the Portal once you're connected.

🎉 Congratulations you now have your API Key! Be sure to copy your API Key and keep it somewhere safe as you'll need it for all of your API requests.

Check out our API Key Authentication page for more information about authenticating with your API Key.

Your API Key is tied to your Ethereum Address that you signed with in the API Key Portal. Be sure to keep it safe!

Tutorial Video

Next Steps

Once you have your API Key you're ready to start building! You can dive right in by cloning one of our "batteries included" starters or explore our documentation for our API, contract interactions, and protocol.

Getting in Touch

We welcome feedback! Please reach out with questions, suggestions, and to share what you've been building! As we build our developer community we'll be expanding our available resources. We're excited to welcome and support builders.

Last updated