Skip to content

BitPortal multi-chain crypto mobile wallet. React-native based.

Notifications You must be signed in to change notification settings

BitPortal/bitportal-client

Repository files navigation

BitPortal Client

NOT IN MAINTAINCE

BitPortal's React Native client for iOS, Android.

About BitPortal

BitPortal is a mobile multi-chain crypto wallet based on BIP44 Identity. It supports BTC, ETH, EOS and ChainX V1 (Substrate v1 based) and has the potentiol to support all kinds of crypto currencies.

For ETH, it also provided the support for ERC20 Token Transfer and dApp Browser. dApp Browser performances like a metamask wallet when access to an dapp page.

(Right now ChainX v1 has been upgraded to newer version.)

BitPortal is developed by BitPortal Team between 2018-2020. The development of the mobile wallet has stopped just before DeFi Summer and the company has closed in the year of 2022.

The source code has been open sourced so that the other people can build based on it or learn from it.

Get repo

$ git clone https://github.com/BitPortal/bitportal-client.git

Install

$ yarn install

Run Website

$ npm install -g full-icu

# run website in dev (http://dev.bitportal.io:3009)
$ yarn run web

# build website for production (it's served in ./static/web folder)
$ yarn run build:web

# run website with client rendering after build
$ yarn run browser

# run website with server rendering after build
$ yarn run server

Run Mobile

# build and run ios
$ yarn run ios

# build and run android
$ yarn run android

Run Desktop

# build desktop, it's served in ./static/desktop folder
$ yarn run build:desktop

# run desktop after build
$ yarn run desktop

Run Test

$ yarn test

Run Lint

# javascript lint
$ yarn run lint:js

# typescript lint
$ yarn run lint:ts

# javascript and typescript lint
$ yarn run lint

Typescript Compile

yarn run tsc

Donation

  • BTC: 1Ff9LWQ3BScYRnX83ndEYeUjRqYdnwUA2i
  • ETH: 0x7CD7A0790C173498495907C82B551BFE79067FD2

All kinds of tokens are supported. Thanks!