Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 248 Bytes

scripts.md

File metadata and controls

15 lines (8 loc) · 248 Bytes

Remix

docker pull remixproject/remix-ide:latest

docker run -p 8080:80 remixproject/remix-ide:latest

Remixd

Install

docker build -t remixd .

Run

docker run -itd -v /M/Research/BlockChain/solidity-test/src:/app -p 65520:65520 remixd