Skip to content

Repository files navigation

Wallet core

Please create .env file with proper variables:

NUXT_PUBLIC_FORMKIT_KEY=string
NUXT_UI_PRO_LICENSE=string
PORT=number
NUXT_PUBLIC_AFFILIATE_BPS=number
NUXT_PUBLIC_CHECK_ADD=webhook_url

NUXT_PUBLIC_BLOCKCYPHER_API_KEY=key
NUXT_PUBLIC_BLOCKCYPHER_API_KEY_DOGE=key

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:7777:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

About

Multichain wallet with integrated swaps on thorchain

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages