Open yann300 opened 6 years ago
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
This issue now has a funding of 500.0 DAI (500.0 USD @ $1.0/DAI) attached to it.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work has been started.
These users each claimed they can complete the work by 2 years, 6 months ago. Please review their action plans below:
1) oogetyboogety has started work.
wlil submit the wasm data in a similar fashion to ewasm-studio https://github.com/ewasm/ewasm-studio/blob/master/app/src/App.js#L122
will call the fallback function with raw data from Run tab
Learn more on the Gitcoin Issue Details page.
Hi @oogetyboogety how is this one going on your side? WIP PR would be helpful to assess progress 🙂
Hey @vs77bb pretty much finished with this one. Made changes to three repositories: https://github.com/oogetyboogety/ewasm-studio-remix https://github.com/ethereum/remix-ide/pull/1524 (depends on branch here: https://github.com/ethereum/remix-ide/pull/1521) https://github.com/ethereum/remix/pull/973
Will be assessing the changes with @yann300 now
Thanks for the update!
@yann300 @vs77bb Final plugin here: https://github.com/oogetyboogety/ewasm-studio-remix Remember to:
clone remix-ide and checkout #1534 https://github.com/ethereum/remix-ide/pull/1534
clone remix, checkout #985 https://github.com/ethereum/remix/pull/985,
in remix/remix-lib npm install
, npm link
, then npm link remix-lib
in /remix-ide
in remix/remix-solidity, npm install
, npm link
, then npm link remix-solidity
in /remix-ide
npm install
in /remix-ide
Implemented:
clone ewasm-studio-remix https://github.com/oogetyboogety/ewasm-studio-remix
npm start
in /ewasm-studio-remix, npm start
in /remix-ide, and start your geth node as illustrated here:
https://github.com/ewasm/testnet/
load the plugin from the settings tab in remix-ide
{ "title": "ewasm-studio-remix", "url": "http://127.0.0.1:3000" }
Click the Get from remix button
If you haven't checked out the new PRs, set a value and deploy the contract to testnet directly from the plugin
If you have checked out the latest PRs, click the Send to remix button and Deploy from the Run tab
Call the functions fallback function with some arbitrary value
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work for 500.0 DAI (500.0 USD @ $1.0/DAI) has been submitted by:
@ceresstation please take a look at the submitted work:
@oogetyboogety just sent payment but as discussed please make sure to promptly reply to @yann300 if other changes are required.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
The funding of 500.0 DAI (500.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @oogetyboogety.
@yann300 Fixed the two buttons by merging them into one Compile button as recommended. I updated the instructions to just point to the Remix Alpha now that that branch was merged. Please let me know if you see anything else!
Thanks!
Hey @yann300 just wanted to check in on this, does everything look good on your end? @oogetyboogety can you formally submit work as well so that I can pay you out?
Ewasm Plugin
(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
Ewasm Plugin
.Proposal for implementation
(You don't need to strictly follow this proposal, we would like to have your feedback)
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