Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
/ protocol Public archive

The Protocol definition file and language bindings

Notifications You must be signed in to change notification settings

replit/protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repo is no longer up to date, the package has been moved into the goval repo. We will look into open sourcing this when we open up our protocol/API, the package will remain up to date on NPM ⚠️

Read the docs here http://protodoc.turbio.repl.co

This repository acts as a source of truth for the protocol definitions. Contains the npm package and JavaScript language bindings.

Packages

Installation:

npm install -s @replit/protocol@latest

You probably want to use Crosis Client https://github.com/replit/crosis/

Contributing

Prerequisites

  • node
  • npm

Updating the protos

Update api.proto and/or client.proto, then run make clean && make build. You can checkout the rest of the make commands.

To test out your changes you can build and use the packages locally. For example via npm link

Publishing

Run make all. Make sure you have write access to the Replit npm org.

About

The Protocol definition file and language bindings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages