Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 918 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 918 Bytes

Public Release Announcement

Polywrap is a developer tool that enables easy integration of Web3 protocols into any application. It makes it possible for applications on any platform, written in any language, to read and write data to Web3 protocols.

This repository hosts a Kotlin implementation of the Polywrap Client.

Installation

TODO

Build

Run the following to compile the project and run all tests:

./gradlew build

Test

Run the following to just compile and run tests:

./gradlew check

Lint

To lint the project, run the following:

./gradlew ktlintCheck

To auto-fix lint errors:

./gradlew ktlintFormat

Resources