Giter Club home page Giter Club logo

v2.utopian.io's Introduction

Utopian.io v2

This repository is the home of the new Utopian.io frontend. Vue.JS & Quasar Framework based.

Contributions.

This is a early-stage project, meaning changes happens fast. Before putting work contributing, be sure to open a proper issue to discuss your intention and receive proper advice.

Project Details.

Some information about this project.

Architecture.

So far, the frontend is completely client-side only, meaning no server is required to run the application. Anything that can be client-side, without server dependency, should be.

Coding Standards.

  • Keep components minimal.
  • Security is the primary concern.
  • Javascript Standard Style (enforced by ESLint)
  • PUG (ex-Jade) templates.

Security.

The application, does not store credentials on server. Instead, SteemConnect implicit grant is used and the token lives on client-side only, and the client side is the solely responsible for broadcasting operations.

Any sensitive data stored on browser is strongly encrypted with AES-256-GCM though WebCrypto API.

A secret encryption key is handled by the browser, in a non-exportable manner, meaning the local encryption keys (which are safely random) are not visible, not even for the application.

It means a browser security breach would be required to compromise the data.

Also, care is taken on the actual token handling, SteemConnect and any other broadcasting drivers are deep cloned before operations, and the cloned instances are destroyed after usage (avoid having tokens on memory at any time, every action requires decryption-usage-zeromem).

PIN codes for PBKDF2 derivations are a secondary goal.

@TODO improve encryption process documentation.

Install

Be sure to have a .env file on the project root folder. The same can be created using .env.example as base.

Install dependencies.
npm install
Run Development Server
npm run dev
Production Builds
npm run build

v2.utopian.io's People

Contributors

icaroharry avatar mktcode avatar ms10398 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.