Skip to content

Commit 5ed2052

Browse files
add whatsapp button
1 parent e02f629 commit 5ed2052

File tree

17 files changed

+711
-266
lines changed

17 files changed

+711
-266
lines changed

docs/getting-started/configuration.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/getting-started/installation.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/pilot-project/overview.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# DREX Pilot Project
6+
7+
## Overview
8+
9+
The DREX pilot project represents Brazil's initiative to test and implement its Central Bank Digital Currency (CBDC).
10+
11+
## Project Goals
12+
13+
- Test the technological infrastructure
14+
- Evaluate security measures
15+
- Assess scalability potential
16+
- Validate use cases
17+
18+
## Timeline
19+
20+
- Announcement: May 2023
21+
- Initial Testing: Q3 2023
22+
- Public Testing: 2024
23+
- Expected Launch: 2025
24+
25+
🚧 This page is under construction 🚧

docs/pilot-project/phase-1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Phase 1: Wholesale CBDC
6+
7+
## Overview
8+
9+
Phase 1 focuses on wholesale CBDC operations between financial institutions.
10+
11+
## Key Components
12+
13+
- DvP (Delivery versus Payment)
14+
- Atomic settlements
15+
- Smart contracts implementation
16+
- Integration with STR (Reserve Transfer System)
17+
18+
## Participating Institutions
19+
20+
- List of banks and financial institutions
21+
- Roles and responsibilities
22+
- Testing scenarios
23+
24+
🚧 This page is under construction 🚧

docs/pilot-project/phase-2.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# Phase 2: Retail Applications
6+
7+
## Overview
8+
9+
Phase 2 expands DREX testing to retail applications and public usage.
10+
11+
## Focus Areas
12+
13+
- Public accessibility
14+
- Integration with PIX
15+
- Retail payment solutions
16+
- Cross-border payments
17+
18+
## Expected Outcomes
19+
20+
- User experience insights
21+
- Scalability validation
22+
- Security confirmation
23+
- Integration capabilities
24+
25+
🚧 This page is under construction 🚧
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# DREX Pilot Technical Details
6+
7+
## Official Repository
8+
9+
The Brazilian Central Bank (BCB) maintains an official GitHub repository containing all technical documentation and configuration files needed to participate in the DREX pilot project. This repository serves as the primary source of technical information for participating institutions.
10+
11+
🔗 [Official DREX Pilot Repository](https://github.com/bacen/pilotord-kit-onboarding)
12+
13+
## Key Components
14+
15+
The repository includes comprehensive documentation for:
16+
17+
### Architecture
18+
- Network topology
19+
- System architecture
20+
- Integration points
21+
22+
### Smart Contracts
23+
- Real Digital (CBDC) implementation
24+
- Tokenized Real
25+
- Tokenized Federal Public Securities
26+
- Securities operations
27+
28+
### Privacy Solutions
29+
- Anonymous Zether
30+
- Starlight
31+
- Rayls
32+
33+
### Integration
34+
- Connection to DREX network
35+
- Smart contract interaction examples
36+
- API documentation
37+
38+
## Technical Stack
39+
40+
The project utilizes:
41+
- JavaScript (37.1%)
42+
- Solidity (35.1%)
43+
- TypeScript (27.8%)
44+
45+
## Getting Started
46+
47+
For developers and institutions looking to participate in the DREX pilot:
48+
49+
1. Clone the repository
50+
`git clone https://github.com/bacen/pilotord-kit-onboarding.git`
51+
52+
2. Review the documentation:
53+
- Start with `arquitetura.md` for system architecture
54+
- Follow with `ingresso.md` for onboarding procedures
55+
- Review smart contract documentation in `smartcontracts.md`
56+
57+
## Documentation Structure
58+
59+
The repository is organized into several key sections:
60+
- `/docs` - Main documentation
61+
- `/smartcontracts` - Smart contract implementations
62+
- `/exemplos` - Integration examples
63+
- `/abi` - Contract ABIs
64+
65+
## Updates
66+
67+
The documentation is continuously updated based on participant feedback and project evolution. Participants are encouraged to:
68+
- Watch the repository for updates
69+
- Submit issues for questions or problems
70+
- Contribute through pull requests
71+
72+
🚧 This documentation is actively maintained and updated as the DREX pilot progresses.

docs/resources/complete-list.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Complete Resource List
6+
7+
## Official Documentation
8+
9+
- [Banco Central do Brasil - DREX](https://www.bcb.gov.br/estabilidadefinanceira/drex)
10+
- [LIFT Challenge Real Digital](https://www.bcb.gov.br/estabilidadefinanceira/lift_challenge)
11+
12+
## Technical Papers
13+
14+
- DREX Technical Paper
15+
- DREX Architecture Documentation
16+
- Integration Guidelines
17+
18+
## Research & Analysis
19+
20+
- Academic papers
21+
- Market analysis
22+
- Impact studies
23+
24+
## Media Coverage
25+
26+
- Press releases
27+
- News articles
28+
- Interviews
29+
30+
## Community Resources
31+
32+
- Developer tools
33+
- GitHub repositories
34+
- Discussion forums
35+
36+
🚧 This page is under construction 🚧
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
sidebar_position: 1
3+
title: 'BCB Recommended Reading'
4+
description: 'Official reading list recommended by the Brazilian Central Bank for understanding DREX and digital finance'
5+
---
6+
7+
# BCB Recommended Reading List
8+
9+
This comprehensive reading list, curated by the Brazilian Central Bank (BCB), provides essential resources for understanding DREX, CBDCs, and the broader digital finance landscape.
10+
11+
## DREX Fundamentals
12+
13+
### Core Documentation
14+
- [Drex – Basic References](https://www.bcb.gov.br/content/estabilidadefinanceira/real_digital_docs/drex_referencias_basicas_nov2023.pdf)
15+
- Published by: Banco Central do Brasil
16+
- Date: November 2023
17+
- Content: Fundamental concepts and framework of DREX
18+
19+
## Tokenized Finance
20+
21+
### Digital Real Platform
22+
- [Digital Real: A Platform for Tokenized Finance](https://www.bcb.gov.br/content/publicacoes/boxe_relatorio_de_economia_bancaria/reb2022b9p.pdf)
23+
- Published in: Banking Economy Report 2022 – Box 9
24+
- Date: June 2023
25+
- Focus: Platform architecture and implementation strategy
26+
27+
### Market Evolution
28+
- [The Tokenisation Continuum](https://www.bis.org/publ/bisbull72.pdf)
29+
- Published by: Bank of International Settlements (BIS)
30+
- Bulletin: No. 72
31+
- Date: April 2023
32+
- Focus: Evolution and spectrum of tokenization in finance
33+
34+
## Decentralized Finance (DeFi)
35+
36+
### Technical Implementation
37+
- [DeFi – Liquidity Pool & Stablecoins](https://revista.liftlab.com.br/lift/article/view/99/87)
38+
- Published in: LIFT Papers 2023
39+
- Journal: Financial and Technological Innovation Laboratory Review
40+
- Date: April 2023
41+
42+
### Market Analysis
43+
- [Decentralized Finance: On Blockchain and Smart Contract-Based Financial Markets](https://research.stlouisfed.org/publications/review/2021/02/05/decentralized-finance-on-blockchain-and-smart-contract-based-financial-markets)
44+
- Published by: Federal Reserve Bank of Saint Louis - Economic Research
45+
- Date: April 2021
46+
47+
## Digital Assets
48+
49+
### Regulatory Framework
50+
- [Designing a Prudential Treatment for Crypto-assets](https://www.bis.org/bcbs/publ/d490.pdf)
51+
- Published by: Bank of International Settlements (BIS)
52+
- Type: Discussion Paper
53+
- Date: December 2019
54+
55+
## Stablecoins
56+
57+
### Market Infrastructure
58+
- [Stablecoins versus Tokenised Deposits](https://www.bis.org/publ/bisbull73.pdf)
59+
- Published by: Bank of International Settlements (BIS)
60+
- Bulletin: No. 73
61+
- Date: April 2023
62+
- Focus: Implications for monetary unity
63+
64+
### Regulatory Oversight
65+
- [Regulation, Supervision and Oversight of "Global Stablecoin" Arrangements](https://www.fsb.org/wp-content/uploads/P131020-3.pdf)
66+
- Published by: Financial Stability Board (FSB)
67+
- Type: Final Report and High-Level Recommendations
68+
- Date: October 2020
69+
70+
## Central Bank Digital Currency (CBDC)
71+
72+
### Economic Impact
73+
- [Effects of CBDC on Financial Intermediation](https://www.bcb.gov.br/content/estabilidadefinanceira/real_digital_docs/Efeitos_da_CBDC_na_intermedia%C3%A7%C3%A3o_financeira_REF_Outubro_2022.pdf)
74+
- Published by: BCB – Financial Stability Report
75+
- Section: 2.5
76+
- Date: November 2022
77+
78+
### Global Perspective
79+
- [CBDCs: An Opportunity for the Monetary System](https://www.bis.org/publ/arpdf/ar2021e3.htm)
80+
- Published by: Bank of International Settlements (BIS)
81+
- Type: Annual Economic Report
82+
- Date: June 2021
83+
84+
---
85+
86+
*Note: This reading list is maintained and updated by the Brazilian Central Bank. Last updated: November 2023.*

docs/technical-architecture/details.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)