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:
save time (not having to code or to look for the right implementation online)
be sure to have "safe to use" code.
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).
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
Remix team - @ninabreznik @serapath @ryestew @yann300 @iurimatias
Go team - @ligi @holiman
Solidity team - @leonardoalt @chriseth
C++, ewasm - @chfast @axic
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 ;)
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:
src
folder