Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/examples/base-mini-poa-tr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Base Mini PoA (TR/EN)

Minimal **Proof-of-Authority** style demo for builders exploring Base.
This is an educational quickstart that spins up a local PoA-like dev net and shows
how to deploy a simple contract + call it from a tiny script.

> 🇹🇷 Kısa not: Türk geliştiriciler için özet adımlar ve açıklamalar README’nin sonunda.

## What you get
- Local PoA-like single-validator dev net (for education)
- One simple contract deployment script
- One client call script
- Step-by-step commands you can copy/paste

## Prereqs
- Node 18+, pnpm or npm
- Docker Desktop (for local devnet)

## Quickstart
```bash
./quickstart.sh
# spins a local devnet, then:
# 1) installs deps
# 2) compiles & deploys contract
# 3) prints deployed address
1 change: 1 addition & 0 deletions docs/examples/base-mini-poa-tr/images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/examples/base-mini-poa-tr/quickstart.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@