https://github.com/tidbitsjs/dmask
https://github.com/tidbitsjs/dmask
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tidbitsjs/dmask
- Owner: TidbitsJS
- Created: 2022-03-14T18:24:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T18:03:09.000Z (over 4 years ago)
- Last Synced: 2025-04-07T21:45:33.453Z (about 1 year ago)
- Language: JavaScript
- Size: 539 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dMask
A simple React Native wallet dapp that sends eth transactions using Alchemy Web3.0.
### App Workflow
- Enter Private Key
- Store key in Local Storage
- Redirect to Transaction Page
- Enter public address & eths to send
- Option to rest wallet
- Display all past transactions of the Wallet
### Setup
To set up web3 in React Native, follow the article [here](https://levelup.gitconnected.com/tutorial-how-to-set-up-web3js-1-x-with-react-native-0-6x-2021-467b2e0c94a4).
### Alchemy Web3
Alchemy Web3 is a drop-in replacement for web3.js, built and configured to work seamlessly with Alchemy and provide multiple advantages such as automatic retries and robust WebSocket support.
Check it [here](https://docs.alchemy.com/alchemy/)