Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@kohaku-eth/railgun

Important

THIS PACKAGE IS NOT READY FOR PRODUCTION USE AND CONTAINS UNAUDITED CODE. USE WITH CAUTION AND ENTIRELY AT YOUR OWN RISK. POSSIBILITY OF BREAKING CHANGES IN SUBSEQUENT VERSIONS.

Cross-platform Railgun Typescript SDK with support for kohaku's standard interfaces. The SDK is designed to interface with railgun's on-chain contracts, facilitating state syncing, transaction construction, proof generation, transaction submission via broadcasters, and proof submission.

Installation

pnpm add @kohaku-eth/railgun

Quick Start

See the tests for more examples.

Development

Get your nix environment and env vars as explained in the root readme.

Run tests with this command (from root dir):

cd packages/railgun && just integration