ethberlin-hackathon / ETHBerlin-Teambuilding

[ATTN] The TeamBuilding repository for 2019 moved >>>
https://github.com/ethberlinzwei/Find-A-Team
MIT License
24 stars 8 forks source link

[Remix] Solidity Snippet plugin #24

Closed yann300 closed 5 years ago

yann300 commented 6 years ago

Solidity Snippet

(subject to change)

We've been releasing an API (available in http://remix-alpha.ethereum.org) which allows developing plugin for Remix. (See https://github.com/ethereum/remix/blob/master/docs/remix_plugin.md and https://github.com/ethereum/remix/blob/master/docs/remix_plugin_api.md) Checkout https://remix-alpha.ethereum.org / settings tab / Oraclize for a live example.

This issue is specifically about developing a ethpm Plugin.

This is an open subject, we want to make Remix and Truffle working better together. Some proposition might be added, but we are looking forward to your proposals.

Proposal for implementation

The implementation is fairly open and this probably needs more specification. Here are some insights: It is very often that users require to import codes of entire contract, or simply some secure and audited code snippet. Having a plugin for importing such a thing will:

This plugin could list a bunch already audited (or at least sure) contracts and/or code snippet and propose to use them in Remix (either by injecting an import statement in solidity, or by directly copying the contract code in a new solidity file).

Here is a list of possible source:

Team

We are the team behind Remix IDE and related libraries, using this hackathon as a kickstart for the Remix API. We've setup an extended team for helping you during this event

Beside normal funding, we will at the end of the event select 4 teams that will receive sponsorship from the Ethereum Foundation.

Be sure to contact us at any time online or grab us directly at the event.

Skills wanted

JavaScript / Ethereum

Communication

We will be around giving advice and helping if needed. And in any case just drop your thoughts there ;)

https://gitter.im/ethereum/remix-dev-plugin

How to get started:

yann300 commented 6 years ago

Issue has been moved to https://github.com/ethberlin-hackathon/ETHBerlin-Bounties/issues/15