The Fractal Wallet allows you to connect to Metamask and store your distributed identity credential. You can issue and store different type of credentials on the blockchain, without compromising your data or privacy.
Generating a credential on the Fractal wallet will speed up your KYC processes on different websites and give you control of what data you share.
It also enables you to stake your FCL.
Table of Contents
First, clone & setup the repository:
git clone [email protected]:trustfractal/wallet.git
yarn install
You'll need to set up the environment. To do so, run:
cp .env.example .env
Afterwards, fill in with the appropriate values.
To start your development environment run:
yarn start
This will create a new unpacked extension on dev/
.
Afterwards open Google Chrome and go to
chrome://extensions
. Enable developer mode on the
top-right corner and refresh the page.
Click the "Load Unpacked" button and go all the way to the dev/
folder and
select it.
That's it! You're ready to run the Fractal Wallet.
Contributions must follow Subvisual's guides.
Wallet is copyright © 2021 Trust Fractal GmbH.
It is open-source, made available for free, and is subject to the terms in its license.
Fractal Wallet was created and is maintained with ❤️ by Fractal Protocol.