Skip to content

mavryk-network/mavryk-wallet

 
 

Repository files navigation

Mavryk Wallet

Cryptocurrency wallet for Mavryk blockchain as Web Extension for your Browser.
Providing ability to manage NFT, mav tokens and interact with dApps.

Mavryk Wallet


▶️ Install

You can install Mavryk Wallet right now: https://mavryk.org/wallet.

Browser Support

Chrome Firefox Brave
49 & later ✔ 52 & later ✔ Latest

🚀 Quick Start

Ensure you have:

  • Node.js 10 or later installed
  • Yarn v1 or v2 installed

Then run the following:

1) Clone the repository

git clone https://github.com/mavryk-network/mavryk-wallet && cd mavryk-wallet

2) Install dependencies

yarn

3) Create a .env.local file and copy the contents of .env.dist into it

You can still build the extension without filling in all the environment variables, but it won’t work properly.

4) Build

Builds the extension for production to the dist folder.
It correctly bundles in production mode and optimizes the build for the best performance.

# for Chrome by default
yarn build

Optional for different browsers:

# for Chrome directly
yarn build:chrome
# for Firefox directly
yarn build:firefox
# for Opera directly
yarn build:opera

# for all at once
yarn build-all

5) Load extension to your Browser

MavrykWallet_Load

🧱 Development

yarn start

Runs the extension in the development mode for Chrome target.
It's recommended to use Chrome for developing.

Debugging

To enable Redux DevTools during development, specify some port in the .env file before running yarn start like so:

REDUX_DEVTOOLS_PORT=8000

Install @redux-devtools/cli globally:

yarn global add @redux-devtools/cli

Then open an explorer at previously specified port:

redux-devtools --open --port=8000

Other UI options like --open=browser are available.

Go to settings to specify port one more time.

About

🔐💰Cryptocurrency wallet for Mavryk blockchain as Web extension for your Browser.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 94.8%
  • Gherkin 2.6%
  • CSS 1.4%
  • Other 1.2%