Skip to content

Kotlin/Native implementation of the Polywrap Client

Notifications You must be signed in to change notification settings

krisbitney/polywrap-kt

Repository files navigation

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

About

Kotlin/Native implementation of the Polywrap Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages