Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #517 from jhoffner/8-17/solidity
Browse files Browse the repository at this point in the history
Solidity: Added zeppelin support, a critical library to building contracts
  • Loading branch information
jhoffner authored Aug 31, 2017
2 parents a907aab + 54d6805 commit 8dbafed
Show file tree
Hide file tree
Showing 4 changed files with 1,967 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ services:
user: root
command: bash

solidity-runner:
image: codewars/solidity-runner
volumes:
- ./lib:/runner/lib
- ./examples:/runner/examples
- ./frameworks/solidity:/runner/frameworks/solidity
- ./test:/runner/test

entrypoint: ''
user: root
command: bash

jvm-runner:
image: codewars/jvm-runner
volumes:
Expand Down
Loading

0 comments on commit 8dbafed

Please sign in to comment.