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)
ListingCoingecko
Platform growth & essential services.
Website Phase 1
Scalability, scheduling & storage expansion.
Scheduler / Cronjob
Route List (Swagger)
WebSocket
Database Transaction
Testing, real-time features & database expansion.
Website Phase 2
Unit Test
Model Relations
Listing Coinmarketcap
Performance optimization & ecosystem maturity.
Mail Service
Build own ORM based on Bun SQL
Authentication
SEO
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