You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ The team also hosts a (roughly) fortnightly public "Ewasm community hangout" cal
39
39
40
40
### Solidity/EVM
41
41
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
+
42
44
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):
0 commit comments