-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
links to wrc20 examples #1
Comments
The rust w.i.p. is here: https://github.com/ewasm/rust-ewasm/tree/wrc20/ewasm-token |
C is here (C++ is similar.) (It works. Some extra files are for creating a test filler. WebAssembly text is in wrc20Filler.yml, follow the shell script to reproduce it.): https://gist.github.com/poemm/edc40a7103d1efc91f9fe0c7ba19ddf4 |
Handwritten WebAssembly is here (It works.): https://gist.github.com/poemm/11563b49f75ee890dca769c43f5c20ba |
Kotlin https://github.com/walleth/KWRC20 (see also https://github.com/ligi/kotlin-eWASM-test) |
Not Ewasm, but an interesting comparison for us: Parity's ink! eDSL on top of Rust for Substrate: https://github.com/paritytech/ink/blob/master/examples/lang/erc20/src/lib.rs |
Link to your wrc20 examples here.
The text was updated successfully, but these errors were encountered: