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
đŸ–Ĩī¸SDK Server
📩Envelopes
📝SDK Scripts
📖mintBlue API
âšī¸Blockchain API
đŸ–Ĩī¸mintBlue Console
👂Event Listeners
🏆Examples of Building with mintBlue
🔑password manager
📃Notary Express App
Docs powered by
Archbee
mintBlue SDK
SDK Scripts

Create a data transaction

1min

Replace the [PROJECT_ID] string with the ID of the project you wish to publish to. You can find your project ID on the project's detail page.

JS
|

const outputs = [
    {
        type: 'data',
        value: 'Hello World!',
  	}
];

const { txid, rawtx } = await client.createTransaction({project_id: '[PROJECT_ID]', outputs});

īģŋ

īģŋ

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
SDK Scripts
NEXT
Create an encrypted data transaction
Docs powered by
Archbee
Docs powered by
Archbee