Skip to content

polywrap/wrap-cli

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2021
Apr 12, 2021
Mar 24, 2021
Jan 14, 2021
Mar 15, 2021
Mar 24, 2021
Apr 12, 2021
Sep 16, 2020
Mar 24, 2021
Apr 12, 2021
Mar 24, 2021
Apr 8, 2021
Feb 2, 2021
Feb 15, 2021
Feb 15, 2021
Apr 10, 2021

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

Contact

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