eshon / conference

A simple Ethereum smart contract + DApp example
175 stars 106 forks source link

truffle compile doesn't work #10

Closed georgiazhang closed 7 years ago

georgiazhang commented 7 years ago

my truffle is v2.1.1,when i use truffle compile,there are errors: Could not find expected contract or library in 'MetaCoin.sol': contract or library 'MetaCoin' not found. Compilation failed. See above. zhangjiajiedeMacBook-Pro:contracts zhangjiajie$ truffle compile Compiling ConvertLib.sol... Compiling MetaCoin.sol... Compiling Migrations.sol... Error compiling:

Could not find expected contract or library in 'ConvertLib.sol': contract or library 'ConvertLib' not found. Compilation failed. See above.