Coder Social home page Coder Social logo

amdev9 / dapp-browser Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 4.0 68.77 MB

Electron.js desktop application that helps to securely run decentralized web applications with the ability to use the API to access a secure blockchain wallet, a distributed IPFS network and blockchain connectors

Home Page: https://youtu.be/P2xLfsDUvfg

TypeScript 83.93% CSS 1.92% HTML 0.33% JavaScript 6.24% Sass 7.45% SCSS 0.12%
decentralized decentralized-applications dapps blockchain dapp-browser electronjs ethereumjs electron

dapp-browser's Introduction

Demo

Demo gif

Documentation

Details of architecture described in Readme https://github.com/cypherpunk99/dapp-browser/tree/develop/docs/README.md

Deploy instruction

For Linux enable sandbox (change value from 0 to 1): /proc/sys/kernel/unprivileged_userns_clone

Development setup:

git clone https://github.com/cypherpunk99/dapp-browser && cd dapp-browser
npm install
npm run setup

Spawn new shell & wait for build process finish:

npm run dev

Run tests:

npm run test-main

Build application for Linux/macOS

npm install
npm run build

and get executable file from ./electron/main/release folder.

Build for Windows:

Requirements:

  1. Python 2.7
  2. NodeJS v.11 or higher version
  3. Visual Studio 2015
  4. npm install --global windows-build-tools

Run build process and get '.exe' file from ./electron/main/release folder.

npm install
npm run build

How to upload dapp into IPFS

You can upload Dapp folder with native ipfs client by command:

ipfs add -r <dapp-folder>

To keep the files online and avoid them to be garbage collected, just use the pin command and they will remain online as long as your ipfs daemon is running.

ipfs pin add -r <dapp-folder-ipfs-hash>

  • Copy IPFS hash (Dapp list located in main/modules/AppsManager/component->AppsProvider)
  • If you create new Dapp in development mode, please change path to yours Dapps folder in main/modules/AppsManager/component:112 parseDapps method (ex. constants.DAPPS_PATH)

dapp-browser's People

Contributors

alfmoh avatar amdev9 avatar avvrik avatar cyberkostyan avatar dimaatmelodromru avatar dtaipov avatar ex1st0r avatar lavrenov avatar vladiuz1 avatar webkostya avatar xo66ut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.