🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@pretendonetwork/grpc

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pretendonetwork/grpc

[![NPM Version](https://img.shields.io/npm/v/%40pretendonetwork%2Fgrpc)](https://www.npmjs.com/package/@pretendonetwork/grpc)

2.1.1
latest
npm
Version published
Maintainers
1
Created
Source

gRPC Protobufs

NPM Version

gRPC protobuf definitions for Pretendo micro-services

Structure

Each folder contains the protobuf definitions for the server intended on receiving the requests. Meaning, for example, account contains protobuf files intended for requests to the account server

Install Language Bindings

To install

  • Go: github.com/PretendoNetwork/grpc/go - go get github.com/PretendoNetwork/grpc/go
  • JavaScript: @pretendnetwork/grpc - npm i @pretendonetwork/grpc

Build

  • Install the protobuf compiler (protoc) from here (Use the pre-compiled binaries, the protoc package in the package manager is outdated)
  • Install go
  • Run npm i to install the JS dependencies needed for building
  • Run npm run go:install to install the Go dependencies
  • Run npm run build

FAQs

Package last updated on 23 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts