Decentralized & Non-Custodial
We exclude third-party interference making it censorship-resistant. Private keys are not available, so your funds are guarded against the possibility of theft or failure.
Payment tools that fit your business.
Use one solution or the full suite to scale with confidence.
We exclude third-party interference making it censorship-resistant. Private keys are not available, so your funds are guarded against the possibility of theft or failure.
Get paid in seconds, as payments are transferred directly from the customer’s wallet to the retailer’s wallet - no middleman. You have immediate ownership of your assets, and complete power.
Like other payment gateways, we will never ask for personal information from your customer, and we don't collect or store confidential data from your customer either. Each contract is clear.
Express setup gets you up and running in minutes. Or customize it with our easy API and docs.
We offer a universal API and libraries for all blockchains, so you don't need to learn how to integrate each of them separately.
A single API that works for all the blockchains
See API ReferenceIntegrate easy using Code Libraries
See ForgingBlock Node.js SDKimport { forgingblock } from 'forgingblock.js'
const fb = forgingblock({
apiKey: process.env.FORGINGBLOCK_API_KEY
})
const order = await fb.orders.create({
price_amount: '0.01',
price_currency: 'USD',
title: 'Test order',
description: 'Example order'
})
> Order ID: 49d93af0-e6f3-44ff-ad69-799b663f98bf
> Status: new