Skip to content
Merged
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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ TARGET=wasm32-unknown-unknown
- **[πŸš€ Deployment Guide](./docs/deployment.md)** - Contract deployment best practices
- **[πŸ—οΈ Architecture](./docs/architecture.md)** - Contract design and technical architecture

### Frontend SDK
- **[πŸ“¦ Frontend SDK](./sdk/frontend/)** - TypeScript SDK for dApp integration
- **[πŸ“– Frontend SDK Guide](./docs/FRONTEND_SDK_GUIDE.md)** - Comprehensive usage guide with API reference
- **[πŸ’» Example React App](./sdk/frontend/examples/react-app/)** - Working Vite + React example

### Development Documentation
- **[πŸ› οΈ Development Setup](./DEVELOPMENT.md)** - Complete development environment setup
- **[πŸ“‹ Contributing Guide](./CONTRIBUTING.md)** - How to contribute effectively
Expand All @@ -146,6 +151,12 @@ PropChain-contract/
β”‚ β”œβ”€β”€ πŸ“ lib/ # Contract logic and implementations
β”‚ β”œβ”€β”€ πŸ“ traits/ # Shared trait definitions
β”‚ └── πŸ“ tests/ # Contract unit tests
β”œβ”€β”€ πŸ“ sdk/ # SDK packages
β”‚ β”œβ”€β”€ πŸ“ frontend/ # TypeScript SDK for dApp integration
β”‚ β”‚ β”œβ”€β”€ πŸ“ src/ # SDK source (types, clients, utils)
β”‚ β”‚ β”œβ”€β”€ πŸ“ __tests__/ # Unit and integration tests
β”‚ β”‚ └── πŸ“ examples/ # Example React application
β”‚ └── πŸ“ mobile/ # Mobile SDK (React Native, Flutter)
β”œβ”€β”€ πŸ“ scripts/ # Deployment and utility scripts
β”œβ”€β”€ πŸ“ tests/ # Integration and E2E tests
β”œβ”€β”€ πŸ“ docs/ # Comprehensive documentation
Expand Down Expand Up @@ -198,6 +209,12 @@ PropChain-contract/
- [ ] Mobile SDK
- [ ] Advanced Analytics

### βœ… Recently Completed
- [x] Frontend SDK with TypeScript support
- [x] Example React frontend application
- [x] Frontend integration testing
- [x] Frontend SDK documentation

### πŸ“‹ Planned Features
- [ ] Governance System
- [ ] Insurance Integration
Expand Down
Loading
Loading