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
6f278cdb
Commit
6f278cdb
authored
Jun 25, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove other references to remix-core
parent
2b099e40
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
17 deletions
+2
-17
config.yml
.circleci/config.yml
+0
-11
.travis.yml
.travis.yml
+1
-2
README.md
README.md
+1
-2
lerna.json
lerna.json
+0
-1
package.json
remix-solidity/package.json
+0
-1
No files found.
.circleci/config.yml
View file @
6f278cdb
...
...
@@ -14,16 +14,6 @@ jobs:
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-lib && npm test
remix-core
:
docker
:
-
image
:
circleci/node:7.10
environment
:
working_directory
:
~/repo
steps
:
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-core && npm test
remix-solidity
:
docker
:
-
image
:
circleci/node:7.10
...
...
@@ -49,7 +39,6 @@ workflows:
build_all
:
jobs
:
-
remix-lib
-
remix-core
-
remix-solidity
-
remix-debug
.travis.yml
View file @
6f278cdb
...
...
@@ -2,10 +2,9 @@ language: node_js
node_js
:
-
stable
env
:
-
TEST_DIR=remix-core
-
TEST_DIR=remix-lib
-
TEST_DIR=remix-solidity
-
TEST_DIR=remix-debug
ger
-
TEST_DIR=remix-debug
script
:
-
cd $TEST_DIR && npm install && npm test
deploy
:
...
...
README.md
View file @
6f278cdb
...
...
@@ -41,8 +41,7 @@ Remix is built out of 4 different modules:
+
[
`remix-solidity`
](
remix-solidity/README.md
)
provides Solidity analysis and decoding functions.
+
[
`remix-lib`
](
remix-lib/README.md
)
+
[
`remix-core`
](
remix-core/README.md
)
is a utility package, providing high-level abstractions to work with the Ethereum VM.
+
[
`remix-debugger`
](
remix-debugger/README.md
)
contains the
**debugging webapp**
.
+
[
`remix-debug`
](
remix-debugger/README.md
)
contains the debugger.
## Contributing
...
...
lerna.json
View file @
6f278cdb
{
"lerna"
:
"2.10.2"
,
"packages"
:
[
"remix-core"
,
"remix-debug"
,
"remix-debugger"
,
"remix-lib"
,
...
...
remix-solidity/package.json
View file @
6f278cdb
...
...
@@ -22,7 +22,6 @@
"ethereumjs-vm"
:
"^2.3.3"
,
"fast-async"
:
"^6.1.2"
,
"npm-run-all"
:
"^4.0.2"
,
"remix-core"
:
"^0.0.15"
,
"remix-lib"
:
"^0.2.9"
,
"solc"
:
"https://github.com/ethereum/solc-js"
,
"standard"
:
"^7.0.1"
,
...
...
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