Build on blockchains in minutes

$

30ms block

block creation speed

Instant Provisioning

No waiting. No config.

https://myproject-rpc.baas.sh

Seamless Integration

Integrate it into your language within
minutes and unlock a simpler
developer workflow.

1import { SmartContract } from '@baas/serverless';
2
3const myToken = SmartContract
4 .init("ERC20")
5 .address("0x1234567890123456789012345678901234567890");
6
7// Mint tokens
8try {
9 await myToken.method("mint").sendTransaction(1000);
10 console.log("Minted 1000 tokens successfully!");
11} catch (error) {
12 console.error("Error minting tokens:", error);
13}

Development Toolkit

Self-custodial wallets

Onboard anyone,
on any blockchain,
in seconds.

Webhooks and indexing

Track wallet balances or fire any events,
across any blockchain,
to any endpoint.

On-chain execution

Call any smart contract,
on any blockchain,
from any device.

Unlock Your Potential
Start Today