Build on blockchains in minutes

$

30ms block

block creation speed

Instant Provisioning

No waiting. No config.

https://myproject-testnet.baas.sh/rpc

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 chain, in seconds — with self-custodial wallets.

Self-custodial wallet
Ethereum
1

User signs in

2

Wallet created

3

Ready to transact

Webhooks and indexing

Track wallet balances and fire events on every blockchain interaction.

Trigger event
Push
1

Watch a wallet

2

Choose an event

3

Get notified

On-chain execution

Call any smart contract on any chain with real-time data synchronization.

Self-custodial walletsSmart Contract
1

Select function

2

Processing call

3

Execute function

Unlock Your Potential
Start Today