Skip to content

libryclone/lbryschema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf schema for claims made on the lbrycrd blockchain

To install, you first need compile the protobuf files with protoc. On OS X, you can install protoc with brew install protobuf. On ubuntu install with sudo apt-get install protobuf-compiler python-protobuf

Once protobuf is installed, run ./build.sh to compile the .proto files. Then you can install lbryschema with pip install -r requirements.txt; pip install .

To run the tests, use trial tests from the repo directory.

About

protobuf schema for lbry name claims (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published