Anka Wallet is a React Native mobile app for managing Solana cryptocurrency. The wallet provides a user-friendly interface for managing and transferring Solana tokens, as well as seamless integration with Solana Pay for smooth transactions. Designed with a focus on security, user experience, and convenience, Anka Wallet makes managing your Solana assets a breeze.
- Create and Import Wallet: Users can create a new Solana wallet or import an existing one using a private key or seed phrase.
- Send and Receive Solana Tokens: Easily send and receive Solana tokens between wallets with just a few taps.
- Transaction History: View your transaction history to track your incoming and outgoing transactions.
- Solana Pay Integration: Make purchases and transactions on supported platforms using Solana Pay without leaving the app.
- Security: Your private keys are securely stored on your device, ensuring that your assets are safe.
To run Anka Wallet locally for development, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/anka-wallet.git cd anka-wallet
-
Install dependencies:
npm install
or
yarn install
-
Run the app:
For iOS:
npx react-native run-ios
For Android:
npx react-native run-android
We welcome contributions from the community. If you would like to contribute to the development of Anka Wallet, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them to your branch.
- Submit a pull request to the main repository.
Please ensure that your code follows the established style guidelines and includes appropriate tests if necessary.
Anka Wallet is released under the MIT License. See the LICENSE
file for more information.
If you have any questions, issues, or feature requests, please feel free to open an issue on the GitHub repository or contact us at [email protected].