Nim Ethereum Contract DSL. Targeting eWASM.
Go to file
Jacques Wagener 6a5a3da6d4
Change gitmodules to https
2019-09-26 10:02:28 +02:00
docs Merge branch 'master' of github.com:status-im/nimplay 2019-09-23 17:29:25 +02:00
examples Fix for abi_gen payable. 2019-09-13 12:37:24 +02:00
include Added WRC20 challenge example 2018-07-09 10:32:44 +03:00
nimplay Add fix for wei_value parameter. 2019-09-23 17:22:40 +02:00
tools wat2wasm fix 2019-09-17 10:39:17 +02:00
vendor Basic setTableValue util function. 2019-09-09 22:48:25 +02:00
.gitignore .gitignore 2019-08-30 17:49:59 +02:00
.gitmodules Change gitmodules to https 2019-09-26 10:02:28 +02:00
Dockerfile Getting somewhere with nimclang. 2019-08-26 15:00:17 +02:00
LICENSE Initial commit 2019-06-22 12:23:33 +02: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
Makefile Fix for abi_gen payable. 2019-09-13 12:37:24 +02:00
README.md Update README.md 2019-08-21 15:15:35 +02:00
build.sh Attempt at using function pragma instead. 2019-05-17 15:36:10 +02:00
nimplay.nim Add support for get and set storage inline functions. 2019-07-03 15:54:51 +02:00
nimplay0_1.nim Basic sha256(hello) map storage works. 2019-09-05 17:49:56 +02:00

README.md

NimPlay

Join the chat at https://gitter.im/status-im/nimplay

Disclaimer: WIP

Nimplay is Domain Specific Language for writing smart contracts in Ethereum, using the Nim macro system.

Language Principles

to be decided ;)

Docs

Installation Docs to get nimplay up and running. Language Basics to get coding with nimplay.

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.