https://github.com/bsv-blockchain/metanet-mobile
https://github.com/bsv-blockchain/metanet-mobile
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bsv-blockchain/metanet-mobile
- Owner: bsv-blockchain
- License: other
- Created: 2025-05-09T17:03:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T20:33:24.000Z (3 months ago)
- Last Synced: 2025-08-04T22:23:13.727Z (3 months ago)
- Language: TypeScript
- Size: 9.78 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Metanet Browser
Enabling identity, micropayments, and use of Metanet websites on mobile devices.
- Runs ReactNative substrate via WebView
- Lets web apps talk to a wallet
- Authenticates with WAB
- Permissions management
- Trust and identity management
- ...
## To Run
You need Expo and Node installed.
Clone the repo, then:
```
npm i
npm run configure
```
```
npm run start
```
- Choose your network (mainnet/testnet), WAB and pick your Auth Method (Twiloo Phone for now)
- Pick a Storage URL
- Proceed to the wallet greeter, enter your phone, code, password, save recovery key
- You are in! Now BSV apps will work.
## Recommended Dev Setup
- [VS Code](https://code.visualstudio.com/)
- [Expo Go](https://expo.dev/guides/development-environment/)
## License
The license for the code in this repository is the Open BSV License.