Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
3da16d2f
Unverified
Commit
3da16d2f
authored
Sep 17, 2019
by
yann300
Committed by
GitHub
Sep 17, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2337 from ethpm/ethpm
Add ethpm to remix app manager
parents
6d7b2759
e8b4c833
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
remixAppManager.js
src/remixAppManager.js
+16
-1
No files found.
src/remixAppManager.js
View file @
3da16d2f
...
...
@@ -237,6 +237,20 @@ export class RemixAppManager extends PluginEngine {
icon
:
'https://remix-flattener.netlify.com/logo.svg'
,
location
:
'sidePanel'
}
const
ethpm
=
{
name
:
'ethPM'
,
displayName
:
'ethPM'
,
events
:
[],
methods
:
[],
notifications
:
{
solidity
:
[
'compilationFinished'
]
},
url
:
'https://ethpm.surge.sh'
,
description
:
'Generate and import ethPM packages.'
,
documentation
:
'https://docs.ethpm.com/ethpm-developer-guide/ethpm-and-remix-ide'
,
icon
:
'https://ethpm.surge.sh/ethpmlogo.png'
,
location
:
'mainPanel'
}
return
[
new
IframePlugin
(
pipeline
),
new
IframePlugin
(
vyper
),
...
...
@@ -250,7 +264,8 @@ export class RemixAppManager extends PluginEngine {
new
IframePlugin
(
libraTools
),
new
IframePlugin
(
oneClickDapp
),
new
IframePlugin
(
gasProfiler
),
new
IframePlugin
(
flattener
)
new
IframePlugin
(
flattener
),
new
IframePlugin
(
ethpm
)
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment