Skip to content
/ zillet Public
forked from zillet/zillet

UI/UX focused minimal web wallet powered by NuxtJS and TailwindCSS

License

Notifications You must be signed in to change notification settings

tikumo/zillet

 
 

Repository files navigation

Zilliqa Wallet

Deploy to Amazon ECS

UI/UX focused minimal web wallet.


Build Setup

# install dependencies
$ npm install # yarn install
# serve with hot reload http/https
$ npm run dev #  yarn dev
$ npm run https:dev #  yarn https:dev

# build for production and launch server http/https
$ npm run build # yarn build
$ npm start # yarn start
$ npm run https:start #  yarn https:start

Docker

$ docker build -t "zilliqa-wallet" .  # build docker image
$ docker run --name zilliqa-wallet  -d -p 80:80  zilliqa-wallet # run docker image at port 80

To serve via https

  • Create ssl certificate in keys folder
openssl req -subj '/CN=localhost' -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365

License

MIT license.

About

UI/UX focused minimal web wallet powered by NuxtJS and TailwindCSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 56.8%
  • JavaScript 24.9%
  • HTML 16.0%
  • SCSS 2.1%
  • Other 0.2%