etheratom icon indicating copy to clipboard operation
etheratom copied to clipboard

Solidity compilation and Ethereum contract execution interface for hackable atom editor

Results 63 etheratom issues
Sort by recently updated
recently updated
newest added

I've tried to install this from within Atom (install button) as well as from the command line. I can't get it to install. See below for the log that is...

Attempted to install from the command line (apm install etheratom) on Windows 10 in Powershell and install failed with the error below (complete log attached and my username obfuscated with...

Can you help me fix this problem? Backgorund: Win 10 home npm: '7.6.0', node: '15.11.0', x64 Atom 1.54.0 npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! enoent Error...

Error log --- > [email protected] preinstall C:\Users\USER\AppData\Local\Temp\apm-install-dir-2021327-13096-188qjay.rhfa\node_modules\etheratom\node_modules\scrypt > node node-scrypt-preinstall.js > [email protected] install C:\Users\USER\AppData\Local\Temp\apm-install-dir-2021327-13096-188qjay.rhfa\node_modules\etheratom\node_modules\bufferutil > node-gyp-build > [email protected] install C:\Users\USER\AppData\Local\Temp\apm-install-dir-2021327-13096-188qjay.rhfa\node_modules\etheratom\node_modules\keccak > node-gyp-build || exit 0 > [email protected] install C:\Users\USER\AppData\Local\Temp\apm-install-dir-2021327-13096-188qjay.rhfa\node_modules\etheratom\node_modules\nodent-runtime >...

Is there anyway to silence this error from popping up when saving and working with non .sol files in Atom? E.g. I frequently code in Python and get multiple errors....

**Describe the bug** When compiling a contract it gets stuck at "compiling" **To Reproduce** Steps to reproduce the behavior: 1. Open Atom 2. Install etheratom package 3. Install geth or...

compilation bug

Background : Ubuntu 19.04 npm 6.7.0 apm 2.4.3 node 10.2.1 x64 python 2.7.17 git 2.20.1 atom 1.44.0 This error occured when I tried to do 'apm install ' inside etheratom...

installation issue

**Describe the bug** Try to deploy metacoin and we get `The data field must be HEX encoded data.` error. Transaction debug does not work.

installation issue

Hi I have an error installing etheratom. after apm install etheratom command, all previous lines in error log read a command not found

installation issue

**Describe the bug** Select a `vyper` file after compiling `solidity` file. Plugin still tries to compile soldity content from redux store. Produces error. **To Reproduce** Steps to reproduce the behavior:...