Skip to content

mgiodev/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 72.2%
  • JavaScript 27.4%
  • Other 0.4%