Skip to content

eckoDAO-org/ecko-wallet

Repository files navigation

eckoWALLET

Installation instructions

Install emscripten first (required for cardano-crypto.js lib, used by eckoWALLET).

Emscripten build example

git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 1.39.19
./emsdk activate 1.39.19
source ./emsdk_env.sh

ecko-Wallet build

cp .env.example .env
npm install
npm run build

Install extension

Go to chrome://extensions/ and check the box for Developer mode in the top right. Click the Load unpacked extension button and select the build folder