You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/KelvinWu602/immutable-storage

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/KelvinWu602/immutable-storage

v1.0.9
Source
Go
Version published
Created
Source

immutable-storage

run as Docker container

# create docker image
docker build -t immutable-storage .

# start docker container
docker container run -d --network host --name immutable-storage <image id>

health check

grpcurl --plaintext 127.0.0.1:3100 server.ImmutableStorage.AvailableKeys

Store message

grpcurl --plaintext -d '{"Key": "<Key>", "Content": "<Message>"}' <Source IP>:3100 server.ImmutableStorage.Store

FAQs

Package last updated on 16 Apr 2024

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