0.0.1-prealpha.49 • Published 3 years ago

@dorgjelli-test/cli v0.0.1-prealpha.49

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm.io


🚨 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.

DemoStatus
Simple StorageRunning

Contact

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