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.
TODO
Run the following to compile the project and run all tests:
./gradlew build
Run the following to just compile and run tests:
./gradlew check
To lint the project, run the following:
./gradlew ktlintCheck
To auto-fix lint errors:
./gradlew ktlintFormat