This is a boilerplate for React Native with BitcoinJS Library. It includes a simple UI to generate a Bitcoin address.
- Generates Bitcoin mainnet addresses
- Displays public key and address
- Error handling and user feedback
- Native SegWit (P2WPKH) address format
- Node.js (v14 or later)
- npm or yarn
- Expo CLI
- React Native development environment
- Clone the repository
- Run
npm install
- Run
npm run ios
ornpm run android
bitcoinjs-lib
: Bitcoin library for address generation@bitcoinerlab/secp256k1
: Elliptic curve cryptography implementationreact-native-get-random-values
: Cryptographic random number generationbuffer
: Buffer implementation for React Nativeprocess
: Process polyfill for React Native
The project uses TypeScript for type safety and follows React Native best practices. Key components:
BitcoinService
: Handles Bitcoin address generationcrypto-setup.ts
: Sets up required crypto polyfillsApp.tsx
: Main UI component with address display and generation
- Launch the app
- The app will automatically generate an initial address
- Tap "Generate Address" to create a new Bitcoin address
- The address and any errors will be displayed on screen
MIT
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request