Add solc text helper #3196
This commit is contained in:
parent
d41efcc84e
commit
52f3d3cccd
@ -126,6 +126,8 @@ export default class ParametersStep extends Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<p>To get <code>solc</code> output, you can use this command:</p>
|
||||||
|
<code>solc --combined-json abi,bin Contract.sol | xclip -selection c</code>
|
||||||
<Input
|
<Input
|
||||||
label='solc output'
|
label='solc output'
|
||||||
hint='the output of solc'
|
hint='the output of solc'
|
||||||
@ -232,6 +234,8 @@ export default class ParametersStep extends Component {
|
|||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.setState({ contracts: null });
|
this.setState({ contracts: null });
|
||||||
|
this.onAbiChange('');
|
||||||
|
this.onCodeChange('');
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setState({ solcOutput: value });
|
this.setState({ solcOutput: value });
|
||||||
|
Loading…
Reference in New Issue
Block a user