8000 GitHub - VindroidH/mises-browser-core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VindroidH/mises-browser-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mises Browser Official Repo

Mises Browser is a pioneering mobile Web3 browser that combines speed, security, and support for browser extensions. Designed to enhance the mobile Web3 experience, it enables seamless interaction with decentralized applications (DApps) directly from your smartphone.

Available for both Android and iOS devices, Mises Browser empowers users to engage with the decentralized web effortlessly, bringing the full potential of Web3 to the palm of your hand.

For a visual introduction and to see Mises Browser in action, check out the following video:

Mises Browser Introduction

Build Environment Setup Guide

Prerequisites

Before you start, ensure you have knowledge of:

Currently Mises Browser for android build on ubuntu only , please make sure your os met System requirements

Steps to Build

1. Clone the Repository

git clone https://github.com/mises-id/mises-browser-core.git
cd mises-browser-core

2. Install Dependencies

Run the following command to install Node.js dependencies:

mkdir src
mkdir vendor
yarn

3. Initialize the Chromium Codebase

Set up the Chromium codebase, download dependencies, and apply all patches:

yarn browser_init

This fisrt time run prepares deps for Linux

4. Add Android build deps

Edit the .gclient file and add the following line:

target_os = ['android']

Run browser_init again to install deps for android

yarn browser_init 

5. Build the Project for android

To start a cross build for android, run:

yarn build Debug 
5F38
--target_os android --target_arch arm64

Additional Notes Make sure you are able to access all google related codebase and service to build Mises Browser successfully. Enjoy building for Web3! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.7%
  • TypeScript 23.3%
  • Java 7.4%
  • JavaScript 6.3%
  • Objective-C++ 2.9%
  • Python 2.8%
  • Other 3.6%
0