Unable to run the code "solc --abi Faucet.sol" on Remix. Why and what should I fix?

This page summarizes the projects mentioned and recommended in the original post on /r/ethdev

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • ethereumbook

    Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood

  • So I'm going on with the Mastering Ethereum book and got to chapter 7 Smart Contracts in Solidity

  • solidity

    Solidity, the Smart Contract Programming Language

  • solc is the compiler you can find in the ethereum/solidity repo. You can download a binary from the release page and run the command in your shell.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • solc-js

    Javascript bindings for the Solidity compiler

  • If you install the compiler via npm, you really get solc-js, which is a thin JavaScript wrapper around a WebAssembly or asm.js version of the compiler binary. It's primarily meant to be used by JavaScript tools (such as Remix IDE for example) but it also provides a script called solcjs, which emulates the command-line interface of solc. It supports the --abi option so you can run it like this:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • TinyEVM - Little stack machine for learning Ethereum bytecode

    2 projects | /r/rust | 11 Dec 2022
  • Blockchain Dev

    2 projects | /r/ethdev | 12 Oct 2022
  • Blockchain is difficult : (

    2 projects | /r/ethdev | 7 Dec 2021
  • Unit Testing a Solidity Smart Contract using Chai & Mocha with TypeScript

    3 projects | dev.to | 20 Oct 2021
  • Best Ethereum/Solidity Resources

    2 projects | /r/solidity | 14 Oct 2021