Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereum/fe
Emerging smart contract language for the Ethereum blockchain.
https://github.com/ethereum/fe
Last synced: 2 days ago
JSON representation
Emerging smart contract language for the Ethereum blockchain.
- Host: GitHub
- URL: https://github.com/ethereum/fe
- Owner: ethereum
- License: apache-2.0
- Created: 2019-08-10T05:24:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T16:30:58.000Z (11 days ago)
- Last Synced: 2025-02-04T21:02:44.303Z (10 days ago)
- Language: Rust
- Homepage: https://fe-lang.org
- Size: 20.8 MB
- Stars: 1,644
- Watchers: 37
- Forks: 197
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- Changelog: newsfragments/951.bugfix.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- best-of-crypto - GitHub - 30% open · ⏱️ 15.05.2024): (Smart Contract Platforms)
README
# Fe
The Fe compiler is in the late stages of a major compiler rewrite, and the master branch isn't currently usable to compile contracts to evm bytecode.
For the older version of the compiler, see the [legacy branch](https://github.com/ethereum/fe/tree/legacy).## Overview
Fe is a statically typed language for the Ethereum Virtual Machine (EVM). The syntax and type system is similar to rust's, with the addition of higher-kinded types. We're exploring additional type system, syntax, and semantic changes.
## Community
- Twitter: [@official_fe](https://twitter.com/official_fe)
- Chat:
- We've recently moved to [Zulip](https://fe-lang.zulipchat.com/join/dqvssgylulrmjmp2dx7vcbrq/)
- The [Discord](https://discord.gg/ywpkAXFjZH) server is still live, but our preference is zulip.## License
Licensed under Apache License, Version 2.0.