Giter Club home page Giter Club logo

ava-wallet's Introduction

AVA Wallet

This is the frontend Vue.js application for the AVA Wallet.

Prerequisites

Installation

  1. Clone the repo git clone https://github.com/ava-labs/wallet-site.git
  2. Go to root of the project cd wallet-site
  3. Install javascript dependencies with npm install.
  4. Copy the example file .env.example, and rename it .env. Fill the variables with the correct values. Refer to the ENV FILES section for additional help.

ENV Files

Make sure to read the official Vue environment variables document to get an understanding of how it works for development and production (https://cli.vuejs.org/guide/mode-and-env.html). Vairables beginning with VUE_APP_ will get injected into the vue application.

Refer to .env.example

  • VUE_APP_AVA_IP The ip address of the Gecko jrpc node.
  • VUE_APP_AVA_PORT The port of the Gecko jrpc node.
  • VUE_APP_AVA_PROTOCOL Either http or https
  • VUE_APP_NETWORK_ID What is the network id of the AVA network you are connecting to.
  • VUE_APP_CHAIN_ID The blockchain id of the AVA Network you are connecting to.

Make sure to rebuild the project using npm run serve after changing the .env file.

Running The Project

In order for the wallet to work, it needs the AVA network to operate on.

  1. Make sure you have installed and able to run a Gecko node properly.
  2. Run the project with hot reloading npm run serve

When you go to the website on your browser, you might get a warning saying "Site is not secure". This is because we are signing our own SSL Certificates. Please ignore and continue to the website.

Deployment

  1. Setup environment variables for production
  2. Compile and minify to have a production ready application with npm run build.
  3. Serve from the /dist directory.

Browser Support

We suggest using Google Chrome to view the AVA Wallet website.

Firefox and https

Firefox does not allow https requests to localhost. But the AVA Wallet uses https by default, so we will need to change this to http. Make this switch by editing the vue.config.js file in the root directory and change

devServer: {
    https: true
},

to

devServer: {
    https: false
},

and run npm run serve to reflect the change.

ava-wallet's People

Contributors

jzu avatar kanatliemre avatar

Watchers

 avatar

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.