Skip to content

docs: add comprehensive local development setup guide#835

Open
zeroknowledge0x wants to merge 2 commits into
Devsol-01:mainfrom
zeroknowledge0x:docs/issue-781-local-dev-guide
Open

docs: add comprehensive local development setup guide#835
zeroknowledge0x wants to merge 2 commits into
Devsol-01:mainfrom
zeroknowledge0x:docs/issue-781-local-dev-guide

Conversation

@zeroknowledge0x
Copy link
Copy Markdown

Summary

Adds a complete guide to help new contributors set up Nestera locally.

Closes #781

Changes

  • Prerequisites — Lists all required tools with versions and install links
  • Soroban CLI setup — Install, configure testnet network, create funded testnet account
  • Smart contracts — Build, test, and deploy Soroban contracts locally
  • Backend — Environment setup, Docker PostgreSQL, NestJS dev server
  • Frontend — Next.js install and dev server
  • Full-stack workflow — Three-terminal setup for running everything together
  • Troubleshooting — Common issues (wasm target, port conflicts, stale node_modules, insufficient balance)
  • Project structure — Quick reference map

Testing

  • Verified all commands are accurate against the actual project structure
  • Checked , , , and for correctness

unsiqasik added 2 commits May 30, 2026 08:28
Create a standardized Button component with:
- 5 variants: primary, secondary, outline, ghost, danger
- 3 sizes: sm, md, lg
- Loading state with spinner
- Left/right icon support
- Full-width option
- Proper disabled states

Replace inline button styles across 15 files:
- FeaturedGoalCard, GoalCard, GoalOverviewCard
- PassedProposalCard, ProposalCard, SavingsPoolCard
- Settings, Portfolio, Referrals, Transactions
- Notifications, Savings Pools, Savings, Support, GoalForm

Fixes Devsol-01#828
Addresses Devsol-01#781. Includes:
- Prerequisites and tool installation (Node.js, pnpm, Rust, Soroban CLI, Docker)
- Stellar testnet account creation via Friendbot
- Smart contract build, test, and deploy instructions
- Backend setup with Docker PostgreSQL and NestJS
- Frontend setup with Next.js
- Troubleshooting section for common issues
- Project structure reference
@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nestera Error Error May 30, 2026 9:15am

@zeroknowledge0x
Copy link
Copy Markdown
Author

Hi! 👋 I noticed the CI checks are showing as unstable. Looking at the workflow history, the Backend CI/CD Pipeline has been failing on the main branch as well (the merge of PR #819 also failed). These appear to be pre-existing CI issues unrelated to this PR's changes.

Would appreciate a review when you get a chance. Thanks! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Local Development Setup Guide

1 participant