Skip to content

Web3API is a WASM standard for integrating Web3 protocols into applications. This eliminates the need for client-side SDKs, making dApps lightweight and multi-platform.

License

kev-ngo/monorepo

 
 

Repository files navigation


🚨 Web3API is in Pre-Alpha 🚨

Web3's Universal Integration Standard

Web3API makes integrating Web3 protocols into applications seamless, without sacrificing decentralization. Interact with any blockchain, from any programming language, in seconds.

How?

For the visual learners, here is a video.

Web3API accomplishes this through a WebAssembly (WASM) standard and a developer toolchain that streamlines Web3 protocol integrations. All logic that was once bundled into JavaScript SDKs (among other languages) is now within lightweight, secure, and portable WASM modules called Web3APIs.

See the specification for more information.

Getting Started

Developer documentation coming soon!

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

Lint

yarn lint

To autofix lint errors: yarn lint:fix

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

Contact

For all inquiries, please fill out our contact form, or create an issue in this repository.

About

Web3API is a WASM standard for integrating Web3 protocols into applications. This eliminates the need for client-side SDKs, making dApps lightweight and multi-platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.1%
  • JavaScript 3.7%
  • Mustache 3.5%
  • HTML 0.3%
  • CSS 0.2%
  • Solidity 0.1%
  • Other 0.1%