Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.09 KB

README.md

File metadata and controls

61 lines (45 loc) · 2.09 KB

Web3 API

The Power of Web3, The Ease of Web2

Web3API is in Pre-Alpha
Join Early Access

What?

Web3API allows smart contract developers to implement user-friendly, multi-platform, wrappers for their protocols in a language agnostic way. Use Web3APIs in your favorite platforms and programming languages:
Browser JS, Node.JS, Rust, Python, Go, C/C++, C#, etc

At core of Web3API is a WASM runtime that enables interactions with popular P2P networks:
IPFS, Ethereum, Subgraph, etc

These WASM modules, paired with a subgraph for historical data querying, combine together to create a single GraphQL schema that defines the entirety of the protocol.

We call this GraphQL schema a Web3API.

How?

Detailed user instructions will be available shortly. Join early access!

Packages

Package Version Description
@web3api/client-js pre-alpha Javascript Client
@web3api/cli pre-alpha CLI
@web3api/wasm-ts pre-alpha Assemblyscript Runtime
@web3api/client-test-env pre-alpha Dockerized Test Env

Contributing

Prerequisites

  • nvm
  • yarn
  • docker
  • docker-compose

Installation

nvm install && nvm use
yarn

Build

yarn build

Test

yarn test:ci

or, if client-test-env is already running in the background:
yarn test

Demos

Each demo below showcases different aspects of Web3API. Please see the demo's README for further details and instructions.

Demo Status
Simple Storage Running
Uniswap V2 Not Running

Contact

For all inquiries, please email [email protected] or create an issue in this repository.