Skip to content

Commit 78aba11

Browse files
committed
Add remark about Solidity
1 parent b9f44fb commit 78aba11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The team also hosts a (roughly) fortnightly public "Ewasm community hangout" cal
3939

4040
### Solidity/EVM
4141

42+
As of November 2018 Solidity is not capable of outputting Ewasm bytecode - however it is on the Solidity roadmap to support Ewasm. Given the Ewasm testnet is capable of running EVM bytecode it is possible to use Solidity as a contract language.
43+
4244
You can deploy smart contracts written in Solidity and targeting EVM to the Ewasm testnet by using Truffle, just as you do with the Ethereum mainnet, testnets, and testrpc (Ganache). First, install [`truffle-hdwallet-provider`](https://github.com/trufflesuite/truffle-hdwallet-provider) as follows (note the specific release):
4345

4446
```

0 commit comments

Comments
 (0)