8000 GitHub - adrian-cardoso/ecko-wallet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adrian-cardoso/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • JavaScript 8.7%
  • Other 0.8%
0