Ethereum smart contracts in Nim
Go to file
Yuriy Glukhov 7fb5a95ac4 Added WRC20 challenge example 2018-07-09 10:32:44 +03:00
examples Added WRC20 challenge example 2018-07-09 10:32:44 +03:00
include Added WRC20 challenge example 2018-07-09 10:32:44 +03:00
LICENSE-APACHEv2 Initial commit 2018-07-05 11:39:04 +03:00
LICENSE-MIT Initial commit 2018-07-05 11:39:04 +03:00
README.md Initial commit 2018-07-05 11:39:04 +03:00
eth_contracts.nim Added WRC20 challenge example 2018-07-09 10:32:44 +03:00
eth_contracts.nimble Initial commit 2018-07-05 11:39:04 +03:00
postprocess.sh Initial commit 2018-07-05 11:39:04 +03:00

README.md

Ethereum smart contracts in Nim

Disclaimer: WIP

This is a sample of how building eWASM contracts in Nim is possible. Requirements:

Compiling examples

export WASM_LLVM_BIN=/path/to/llvm/bin/folder
nimble examples

License

Licensed under one of the following: