AcademyWeb2 Developers & Working Professionals

Blockchain Development

Bootcamp

A 3-month onsite bootcamp for working professionals and developers with Web2 experience. You will master Solidity, build decentralised applications, and ship to mainnet — with security-first fundamentals from day one.

Duration

3 Months

Format

Onsite

Starts

Baisakh 2083

Price

NPR 25,000

Cohort

Cohort 04

Limited Seats — Baisakh 2083
BuildersToken.sol
Verified
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract BuildersToken {
mapping(address =>
uint256) public balances;
event Transfer(
address indexed from,
address indexed to,
uint256 amount
);
function mint(address to,
uint256 amount) external {
balances[to] += amount;
emit Transfer(
address(0), to, amount
);
}
}
Live Blocks
#19,820,0010xc55797523 tx
#19,820,0020x6268e3f97 tx
Wallet
0x71C...3F9
Mint Token
Mainnet ✓
What You Will Learn

Built to make you dangerous.

Security-first from day one

You learn to think like an attacker before you write your first contract. Reentrancy, integer overflow, and access control are not afterthoughts here.

Solidity, written well

Not just syntax — patterns, gas optimisation, and contract architecture. You write code that is readable, auditable, and maintainable.

Full dApp development

Smart contracts are only half the picture. You connect them to frontends, build wallet integrations, and handle the full user journey.

Mainnet deployment

Every capstone project goes live on a public network. You learn what it means to ship code you cannot roll back.

Protocol literacy

ERC-20, ERC-721, DeFi primitives, and cross-chain basics. You understand the ecosystem, not just the tooling.

Cohort of serious builders

Your peers are professionals making a deliberate move into Web3. The standard of conversation — and accountability — is higher for it.

Curriculum

Every hour is earned.

Modules

6

Hours

170+

Your Instructor

Learn from someone who ships.

Dipak Sharma

Dipak Sharma

CEO, Builders Academy · Blockchain Developer

Dipak has spent a decade building software at the intersection of product and engineering. He founded Builders Academy to give Nepal's next generation of developers a place to go from zero to shipped — not in theory, but in practice. He brings the same rigor to teaching as he does to production code.

Enrollment

Secure your seat.

Cohort 04 opens in Baisakh 2083. Submit your details and we will reach out with next steps before the program begins.

Seats are limited. Submission does not guarantee a place — we will confirm your enrollment by email.
FAQ

Honest answers.