GitHub - stanishev/solidity-repl: Ethereum Solidity REPL

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

solidity repl

REPL Screenshot

Installation

$ npm install -g solidity-repl

Usage

$ solr
Welcome to the Solidity REPL!
> uint a = 10
> uint b = 20
> a + b
30
> msg.sender
0x2f42491c0a08e4bc0cd3d5a96533a69727e16911

Help Wanted

Here are some features that are great candidates for pull requests! Start an issue to let me know you are working on it.

  1. Make it work in the browser!
  2. Fix 1 ether
  3. Fix this
  4. Add support for function declarations.
  5. Add up and down arrow
  6. Add yargs for cli help.

License

ISC

About

Ethereum Solidity REPL

Resources

Readme

License

ISC license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

  • JavaScript 100.0%