Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 846 Bytes

README.md

File metadata and controls

60 lines (38 loc) · 846 Bytes

eckoWALLET

The Kadena ecosystem gateway

Prerequisites

  • Node.js v22

Development setup

  1. Clone the repository
  2. Copy environment file:
cp .env.example .env
  1. Install dependencies:
npm install
  1. Start development watch mode:
npm start
  1. Load the extension in Chrome:
  • Open chrome://extensions/
  • Enable "Developer mode" in the top right
  • Click "Load unpacked"
  • Select the build folder of the project

The extension will automatically reload when you make changes to the code.

Production build

To create a production build:

npm run build

For a development build with source maps:

npm run build:dev

Installing the built extension

  1. Go to chrome://extensions/
  2. Enable "Developer mode" in the top right
  3. Click "Load unpacked"
  4. Select the build folder