Code Monkey home page Code Monkey logo

knowledge-base's Introduction

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.

knowledge-base's People

Contributors

dependabot[bot] avatar man15h avatar nam24 avatar saik41 avatar snowsledge avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

knowledge-base's Issues

Ledger Wallet Failure to connect

I have only ever used my ledger to connect to the zilliqa wallet staking app and today I cannot connect. I updated my ledger and retried repeatedly, but to no avail. I am not sure what I can do. Any known issues right now with the server? The 404 error page showed that my browser could not contact the server. I am assuming this is the trouble. An update would be nice if this is the case

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.