Solidity Layer
Table of ContentsClose
1. Description¶
A layer to support Solidity development in Spacemacs.
1.1. Features:¶
- Syntax highlighting
- Syntax checking
- Gas estimation
2. Install¶
2.1. Layer¶
To use this configuration layer, add it to your ~/.spacemacs
. You will need to
add solidity
to the existing dotspacemacs-configuration-layers
list in this
file.
3. Options¶
Variable | Default value | Description |
---|---|---|
solidity-flycheck-solc-checker-active |
nil |
If non-nil, use solc flycheck checker for Solidity Mode. |
solidity-flycheck-solium-checker-active |
nil |
If non-nil, use solium flycheck checker for Solidity Mode. |
4. Key bindings¶
Key binding | Description |
---|---|
SPC m g |
Estimate gas at point |