Giter Club home page Giter Club logo

pylon's Introduction

Pylon

Pylon, the gateway to the inner part of an Ancient Egyptian temple or Christian cathedral - Wikipedia

Pylon is an Internet Computer HTTP Gateway that provides a more trustless and decentralized way to access the Internet Computer blockchain.

Internet Computer HTTP Gateways translate Internet Computer API calls into standard HTTP calls that a browser can understand. Without an HTTP Gateway, a browser is unable to interact with the Internet Computer network.

Contents

  1. Introduction
  2. Technical Introduction
  3. Roadmap
  4. Installation
  5. Build Verification
  6. Contributing

Introduction

Pylon is similar, in theory, to an Internet Computer Boundary Node, which is currently the only way to interact with the Internet Computer network. The main practical difference is that it runs locally on your own computer rather than on a centrally controlled remote server.

The Internet Computer Boundary Nodes provide two flavors of HTTP Gateways:

  • ICX Proxy: A service that runs entirely on an Internet Computer Boundary Node. Every time a request is sent through ICX Proxy, the end user is trusting the Boundary Node.
  • Service Worker: When a Service Worker is downloaded to an end user's browser, the end user is trusting the Boundary Node to give it the correct Service Worker. Assuming that the user receive's the correct Service Worker, further requests are performed in a trustless manner.

Pylon solves the problem of needing to trust the Boundary Node to deliver the correct Service Worker to your browser. Pylon is open-source and the executable that is downloaded to your computer can be deterministically verified against the codebase, no trust needed. Check the build verification for instructions on how to verify builds.

With the HTTP Gateway logic running locally on an end user's computer, they are able to interact with the Internet Computer in a trustless manner. However, it is still not completely decentralized. Pylon still relies on the API Node of the Internet Comptuer Boundary Nodes to route API calls to the relevant canisters. These API calls are verified locally by Pylon, but they are still routed through centralized servers. This will improve once the API Boundary Nodes are decentraliezd, see this forum post for more details.

Technical Introduction

Under the hood, Pylon is essentially a Chromium browser with many browser features stripped out. This function is provided by the Electron framework.

Pylon provides the HTTP Gateway functionality by intercepting HTTP requests made by the internal browser and translating them into Internet Computer API calls. This is similar to how the Service Worker implements the HTTP Gateway Protocol.

Roadmap

Pylon aims to become an Internet Computer homepage, providing a browsing experience tailored to the Internet Computer blockchain.

  • Standard browser features
    • Keyboard shortcuts
    • Tab management
    • Bookmarks & reading lists
    • Caching
    • System notifications
  • dApp directory
  • Privacy and security customization
    • Blocking of centralized analytics and tracking
    • Blocking of other centralized services
      • Content delivery networks
      • Centralized API servers
    • Verification of blackholed or DAO controlled canisters
  • Self-sovereign identity support
  • Decentralized integrations:
    • Search providers
    • News feeds
    • Notifications inbox
    • Crypto wallets

pylon's People

Contributors

dependabot[bot] avatar nathanosdev avatar

Watchers

 avatar

pylon's Issues

Tab UI improvements

This ticket tracks minor UI improvements for tab management.

  • Tabs should have a minimum size
  • Tabs should shrink to fit inside the tab bar instead of making the tab bar scrollable
  • New tab screen should allow ctrl+click to open in a new tab
  • Close tab button improvements
    • If the last tab is closed, close the whole application
    • Show the close button on all tabs, on hover, instead of the current selected tab
  • Tab navigation controls should update according to their state
    • Navigate back should be disabled if back navigation is not possible
    • Navigate forward should be disabled if forward navigation is not possible
    • Reload should change to "cancel reload" while reloading is in progress
  • Correct foreground/background tab handling
    • ctrl + click opens a new tab in the background (new tab is not focussed)
    • ctrl + shift + click opens a new tab in the foreground (new tab is focussed)

Curated canister list

This ticket tracks new canisters to add to the "curated canister list":

Needs investigation

  • ICDex: Should work with Internet Identity wallets. Will hardware wallets work? Plug and MetaMask will be out of scope.

Needs work

  • DSCVR: Does not work out of the box due to the amount of stuff that's implemented off-chain. Might be marked as out of scope if it takes too much work to support.

Out of scope

These canisters have been marked as out of scope for the MVP release because they require features that are not planned for the MVP release.

  • ICPSwap: Is the front end hosted on-chain? Supports a lot of wallets, including wallets that will not be supported by Pylon.
  • Sonic: Only supports Plug wallet.
  • InfinitySwap: Only supports Bitfinity wallet.

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.