millken / sol-compiler-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sol-compiler-service Build and Publish Docker Image

Solidity contracts compiler

Installation

npm i

Build

npm run build:proto # *.proto
npm run build # *.ts

docker run

docker run --name solc  -v /path/to/solcbin/:/app/solc-bin:ro -e PORT=50051 -e DEBUG=true -e SOLJSON_PATH=/app/solc-bin --publish 50051:50051 millken/sol-compiler-service

Server Start

node dist/server
# OR
npm start

Link

https://searchcode.com/file/309900902/docs/metadata.rst/

About


Languages

Language:TypeScript 92.7%Language:JavaScript 7.3%Language:Dockerfile 0.0%Language:Shell 0.0%