An open API service indexing awesome lists of open source software.

https://github.com/walleth/kwrc20

Kotlin implementation for the WRC20 (WASM + ERC20) challenge
https://github.com/walleth/kwrc20

erc20 ethereum ewasm experimental kotlin wasm

Last synced: about 1 year ago
JSON representation

Kotlin implementation for the WRC20 (WASM + ERC20) challenge

Awesome Lists containing this project

README

          

# 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

* https://gist.github.com/axic/16158c5c88fbc7b1d09dfa8c658bc363
* https://github.com/ewasm/wrc20-examples
* https://github.com/ewasm/rust-ewasm/pull/4 (Rust)
* https://github.com/lrettig/wrc20-challenge (TypeScript)