This document provides a comprehensive architecture design for Privacy-Proxy, a ZK-powered private wallet protocol on Solana. It follows the Solana Protocol Architecture Diagram Construction Guide, covering program structure, account mappings, external dependencies, and detailed interaction flows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To create SQLx migrations for PostgreSQL via the terminal, follow these steps: | |
| 1. First, install the SQLx CLI if you haven't already: | |
| ```bash | |
| cargo install sqlx-cli | |
| ``` | |
| 2. Set up your database URL as an environment variable: |
Official sequelize-cli README.md for commands : https://github.com/sequelize/cli
-
Install the necessary packages:
npm install mysql2 sequelize sequelize-cli @types/sequelize