Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.34 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.34 KB

Pipeline Gitter chat

The project is in development. Not safe for production use.

Use

For testing by following our video tutorials, you can use https://pipeline.pipeos.one.

For using with our smart database, use on https://remix.ethereum.org or https://remix-alpha.ethereum.org. Activate Pipeline and ChainLens from the plugins section and follow this tutorial: https://youtu.be/TsXgE_AQgQU.

You can also use our Pipeline Development Environment at https://observablehq.com/@loredanacirstea/pipeos-web3-env, which allows you to write your own code.

Demos: https://www.youtube.com/watch?v=sC7Hd6Sr1SI&list=PL323JufuD9JAyaYCEvrnQ5yOAc3ukuNyF

Features

See Pipeline Features

(outdated, will be replaced after the features will be reintegrated)

  • SVG-based graph library, enabling the user to create smart contracts and JavaScript scripts visually, by dragging and dropping function components and connecting inputs and outputs.
  • graph components can be: Solidity functions and events, OpenAPI schemas for an HTTP endpoint and (soon) JavaScript functions
  • running the Pipeline-created JS scripts right in the browser
  • ContractFinder:
    • has 4000+ contracts deployed on Mainnet, Ropsten, Rinkeby, Kovan
    • browsable and searchable by contract name, tags and project name
    • data models closely follow EthPM v2. schema
    • import and export EthPM packages
    • see ContractFinder docs for more information and our plans to make it a standalone Remix plugin
    • open data dump: Pipeline Open Data

Video Guides

(outdated, will be replaced after the features will be reintegrated)

Development

(outdated)