BerryWallet is a versatile cryptocurrency wallet that provides comprehensive functions, making it easy for users to manage, store, and trade their digital assets safely and efficiently on the Solana Blockchain. With a user-friendly interface and diverse support, BerryWallet is an ideal choice for both beginners and professional users.
To get started, you'll need to clone the repository to your local machine. You can do this by running the following command in your terminal:
git clone <repository-url>
Open your terminal and navigate to the project directory berry-wallet. Then run the following command to install the project dependencies:
pnpm install
If you don't have pnpm installed, you can install it using npm:
npm install -g pnpm
Then run pnpm install again.
After installing the dependencies, you can start the development server by running:
pnpm run dev
If you want to run the project in mainnet mode, use the following command:
pnpm run dev:mainnet
The application should now be running and accessible at http://localhost:5173
To build the project, use the following command:
pnpm run build
If you want to build the project in mainnet mode, use the following command:
pnpm run build:mainnet