Coder Social home page Coder Social logo

seanvm / ethereum-wallet Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 1.62 MB

Frontend ReactJS app for a lightweight serverless Ethereum wallet

HTML 9.95% CSS 4.98% JavaScript 85.07%
reactjs ethereum ethereum-wallet serverless single-page-app auth0

ethereum-wallet's Introduction

Serverless Ethereum Wallet (Frontend)

This is the frontend application for a lightweight Ethereum wallet. This is written with ReactJS, and assumes that you are using Amazon S3 for storage as well as Auth0 for authentication.

To use this you must have already set up the backend companion app which can be found here: Serverless Ethereum Wallet Backend

This is both a WIP, and a proof of concept, and as such is very limited in functionality.

Requirements

  • You must have set up the backend companion app.
  • You must have an Amazon s3 bucket created, and have the AWS cli installed.
  • You must have an Auth0 account.

Setup

  1. Install npm dependencies:
npm install
  1. Configure environment variables Within the root directory of the app you will find a file called .env.example.local. You will want to configure the values within this file, and then rename it to .env.local. You will also want to created a production version of this file with your production endpoints. This file should be called .env.production.

  2. To run the app locally:

npm start

Deploying

  1. Configure the s3 destination

Within the package.json file you will need to replace the s3://eth-wallet destination in the build command with the name of your own s3 bucket.

  1. Run the deploy command:
npm run deploy

This will run npm run build:production followed by sync build/ s3://YOUR_S3_BUCKET_NAME. For the sync command to work you must be logged in via the AWS cli.

ethereum-wallet's People

Contributors

seanvm avatar

Stargazers

Jose Abraham Garcia avatar  avatar Bofeng Li avatar

Watchers

James Cloos avatar  avatar  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.