Skip to main content

Technical Introduction

Integrating with Beyond is easy and fast. Once the protocol will go live this Q4 2024, a simple SDK will be published here to painlessly integrate your app with Beyond.

/beyond/sdk.js
> ssh gm@beyond.tech -p 3000

> yarn add @beyond/sdk

__|__|__ _______ ___ ___ ________ ________ ________
|\ __ \|\ ___ \ |\ \ / /|\ __ \|\ ___ \|\ ___ \
\ \ \|\ /\ \ __/| \ \ \/ / | \ \|\ \ \ \\ \ \ \ \_|\ \
\ \ __ \ \ \_|/__ \ \ / / \ \ \\\ \ \ \\ \ \ \ \ \\ \
\ \ \|\ \ \ \_|\ \ \/ / / \ \ \\\ \ \ \\ \ \ \ \_\\ \
\ \_______\ \_______\__/ / / \ \_______\ \__\\ \__\ \_______\
\|_______|\|_______|\___/ / \|_______|\|__| \|__|\|_______|
| | \|___|/


import { bridge } from '@beyond/sdk';

await bridge.toBitcoin({ from: 'ethereum', token: 'USDT', amount: 1000 });