# Ethereum Environment Interface for Rust WebAssembly docs.rs docs The Ethereum Environment Interface (EEI) is a set of functions exposed to WebAssembly modules used as Ethereum smart contracts. https://ewasm.readthedocs.io/en/mkdocs/eth_interface/ This project is aimed at specifying and documenting this interface for the beginner developer and show examples in Rust. # License This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in 'eei' by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.