added proto as submodule and proto generation configured

This commit is contained in:
a10zn8
2022-11-22 18:14:04 +04:00
parent e5ebd85c7e
commit c1b0e758ea
118 changed files with 249 additions and 496 deletions

View File

@@ -3,7 +3,7 @@ const path = require('path')
const protoLoader = require("@grpc/proto-loader");
const fs = require('fs');
const PROTO_PATH = path.join(__dirname, "../grpc/proto/blockchain.proto");
const PROTO_PATH = path.join(__dirname, "../../emerald-grpc/proto/blockchain.proto");
const options = {
keepCase: true,