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
- Host: GitHub
- URL: https://github.com/walleth/kwrc20
- Owner: walleth
- Created: 2018-08-06T18:58:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T12:07:11.000Z (over 7 years ago)
- Last Synced: 2025-03-27T12:21:18.238Z (about 1 year ago)
- Topics: erc20, ethereum, ewasm, experimental, kotlin, wasm
- Language: Kotlin
- Homepage:
- Size: 108 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)