The React Native Ethereum Wallet is a cross-platform application that allows users to manage their Ethereum wallets seamlessly on both iOS and Android devices.
- Create and manage Ethereum wallets
- Send and receive ETH
- View transaction history
- QR code generator for wallet addresses
- Secure and user-friendly interface
To get started with the project, follow these steps:
$ git clone https://github.com/hsynran/ethereum-wallet-react-native.git
$ cd ethereum-wallet-react-native
$ npm install
$ npm run ios || npm run android
- After installation, run the application using
npm run ios
for iOS ornpm run android
for Android. - Create or import your Ethereum wallet.
- Start managing your Ethereum transactions securely.
We welcome contributions to enhance the project. To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.