walleth / KWRC20

Kotlin implementation for the WRC20 (WASM + ERC20) challenge
5 stars 1 forks source link
erc20 ethereum ewasm experimental kotlin wasm

Summary

Kotlin implementation for the WRC20 (WASM + ERC20) challenge

Build

run:

./gradlew build

to get the wat file run:

./gradlew wat

Note: for this task you need wasm2wat installed from here: https://github.com/WebAssembly/wabt

Disclaimer

This is not production ready code - this is just an experiment currently.

Links