website logo
WebsiteTry DashboardContact Sales
⌘K
πŸ‘‹Welcome to mintBlue!
❓Why Use mintBlue?
🧧mintBlue Products
⛓️Enterprise Bitcoin
πŸš€Introduction
πŸ‘‰mintBlue Quick Start Guide
πŸ”—Setting up Zapier & mintBlue
πŸŽ‡mintBlue SDK
πŸ‘‰SDK Quick Start Guide
πŸ—οΈSDK Encryption
πŸ“©Envelopes
πŸ–₯️SDK Server
πŸ“SDK Scripts
πŸ“–mintBlue API
⏹️Blockchain API
πŸ“‘Token API
πŸ–₯️mintBlue Console
πŸ‘‚Event Listeners
πŸ†Examples of Building with mintBlue
πŸ”‘password manager
πŸ“ƒNotary Express App
Docs powered byΒ archbeeΒ 
9min

mintBlue Quick Start Guide

Set up your mintBlue account and start building in minutes!

To get started you will need to:

  • Create an account
  • Create an Access Token
  • Create a project
  • Start building!

Create an Account

To sign up, go to https://console.mintblue.com/signup and follow the instructions to create your account.

Create a Project

When logged into your mintBlue account, click "Projects" in the navigation on the left. Click the "New Project" button and follow the instructions. Once you've created your project, you can find the project ID on the project's detail page.

ο»Ώ

Create a project
Create a project
ο»Ώ

ο»Ώ

Create an Access Token

To create an Access Token, go to https://console.mintblue.com/account/accesstokens. You can also reach this page by clicking "Open Settings" -> "Access Tokens" in the bottom left corner.

ο»Ώ

On the "Access Tokens" page. Click "New token".

The Access Tokens settings page
The Access Tokens settings page
ο»Ώ

Choose a name for your access token that will allow you to identify it easily. Optionally set an expiration date. Then click "save".

ο»Ώ

ο»Ώ

Access Tokens come in two forms:

  • API Tokens
  • SDK Tokens

API Tokens are only used to talk to mintBlue's API directly. They cannot be used to decrypt your non-custodial keys. If you are making a Zapier automation, use the API token.

SDK Tokens are used to initialize your SDK and have the ability to decrypt your non-custodial keys for local use.

ο»ΏBillingο»Ώ

A free account comes with limited free usage. If you choose to upgrade to a paid plan, you will be automatically billed based on your usage. No regulatory uncertainty handling tokens or coins, just a regular invoice as usual.

High volume discounts are available.

ο»ΏPublish Your First Transactionο»Ώ

In the example below, replace [YOUR_API_TOKEN] with the API Token generated in previously to publish your first mintBlue transaction.

JS
|
ο»Ώ

ο»Ώ

Full API documentation can be found in the API Reference However, the easiest and most extensible way to access our API is through the SDK. Take a look at some ο»ΏExamples!

Updated 08 Jul 2022
Did this page help you?
Yes
No
UP NEXT
Setting up Zapier & mintBlue
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
Create an Account
Create a Project
Create an Access Token
Billing
Publish Your First Transaction