Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make solc-js an "(un)installable" command #84

Closed
4 tasks
serapath opened this issue Jan 23, 2019 · 0 comments
Closed
4 tasks

make solc-js an "(un)installable" command #84

serapath opened this issue Jan 23, 2019 · 0 comments
Assignees
Labels
#co-operation specification category
Milestone

Comments

@serapath
Copy link
Contributor

serapath commented Jan 23, 2019

@todo

  • define self-describing command metadata (params format & valid arguments (e.g. solidity versions)
  • auto-generate a UI component for a command from it's descriptive metadata
  • add configuration to add/remove commands from project folders and file formats
  • add solc-js as default command to .sol files as an important first command and "proof of concept"

goal

We need to have a way to add or remove commands and associate them with certain file formats in certain project folders

context

  1. The "play" project uses an editor to display and edit files of different format (e.g. ".js", ".html", ...)
  2. All files belong to project folders
  3. Each project can define a custom set of available commands for the available file formats
  4. The file format ".sol" refers to solidity files and in ethereum related projects can be compiled for the EVM

So maybe this needs some re-thinking of:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#co-operation specification category
Projects
None yet
Development

No branches or pull requests

2 participants