https://github.com/status-im/nimplay
Nim Ethereum Contract DSL. Targeting eWASM.
https://github.com/status-im/nimplay
Last synced: about 2 months ago
JSON representation
Nim Ethereum Contract DSL. Targeting eWASM.
- Host: GitHub
- URL: https://github.com/status-im/nimplay
- Owner: status-im
- License: mit
- Created: 2019-06-22T10:23:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T10:29:48.000Z (over 5 years ago)
- Last Synced: 2025-02-22T17:43:35.507Z (about 2 months ago)
- Language: Nim
- Homepage:
- Size: 536 KB
- Stars: 20
- Watchers: 20
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitter.im/status-im/nimplay?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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](docs/installing.md) to get nimplay up and running.
[Language Basics](docs/basics.md) to get coding with nimplay.## License
Licensed and distributed under either of
* MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT
or
* Apache License, Version 2.0, ([LICENSE-APACHEv2](LICENSE-APACHEv2) or http://www.apache.org/licenses/LICENSE-2.0)
at your option. This file may not be copied, modified, or distributed except according to those terms.