Enzyme is a wallet for for Polkadot blockchain.
Enzyme is currently a work in progress, so changes will occur.
- NodeJS >= v11
- Yarn latest
Once published Enzyme will be installable from the Chrome Web Store. Until then, it can be run via yarn by cloning this repo. Unpacked builds will be made available at https://github.com/blockxlabs/enzyme shortly.
Execute the following to clone, install dependencies, and run a development server:
git clone https://github.com/blockxlabs/enzyme.git
cd enzyme
yarn install
yarn run dev
Once running:
- Go to chrome://extensions
- Enable 'Developer Mode' (top right corner of window)
- Click "Load Unpacked" and select the enzyme/dev/ directory
The Enzyme icon should show up in your Chrome toolbar.
Choose a strong password. This is used to encrypt your data so that other Chrome extensions can't read it.
If you want to start fresh, use the newly-generated account. Copy the seed phrase and save it somewhere safe (as it is required to send DOTs and sign transactions).
If you have an existing account you want to use, click the Import tab and paste your existing seed phrase in.
See faq.md.
Coming soon.
Coming soon.
License: AGPL v3