Modular by design. Powerful out of the box. Ready for blockchain workflows.
✔ Pulling starter kit.✔ Installing dependencies.✔ Cleansing.✔ Setup environment.Update 1 file:.envBenchmark results that matter
Blockchain Ready
Everything you need to build blockchain-powered applications, from wallet integration to smart contract interactions.
import { WalletService } from '@bejibun/web3';
const wallet = new WalletService();
// Connect wallet
const address = await wallet.connect({
provider: 'metamask'
});
// Sign message
const signature = await wallet.sign(
'Welcome to Bejibun!'
);Get up and running with our TypeScript framework in just a few simple steps
Install Bun first before proceeding with the next steps
curl -fsSL https://bun.sh/install | bashInitialize a new Bejibun app
bunx @bejibun/cli your-project
cd your-projectStart the development server
bun run devCommon commands to ship
bun run build
bun run startNeed help getting started?
Read the full documentationA high-level view of what we're building next.
Framework foundation & core infrastructure.
Installation CLI bunx @bejibun/cli your-project
Initial Bejibun Framework
Command
Router
Rate Limiter
Cors (@bejibun/cors)
Redis (@bejibun/redis)
Cache (@bejibun/cache)
x402 Protocol (@bejibun/x402)
Listing Coingecko
Platform growth & essential services.
Website Phase 1
SEO
Authentication
Mail Service
Queue
Scalability, scheduling & storage expansion.
Website Phase 2
Scheduler / Cronjob
Database Transaction
Testing, real-time features & database expansion.
Unit Test
Websocket
Model Relations
Listing Coinmarketcap
Performance optimization & ecosystem maturity.
Build own ORM based on Bun SQL
Token Utility
Listing CEX
Framework with Bun-native performance, ship APIs and Web3 apps with a fast & friendly onboarding experience.
$ bunx @bejibun/cli your-project