Skip to content

NodeFactoryIo/web3api-prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 jelli@dorg.tech or create an issue in this repository.

About

Web3API allows smart contract developers to implement user-friendly, multi-platform, wrappers for their protocols in a language agnostic way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.4%
  • JavaScript 7.8%
  • Other 0.8%