benduran 151ee2f87d fix: updated more gitignores 1 tháng trước cách đây
..
sdk 151ee2f87d fix: updated more gitignores 1 tháng trước cách đây
sources 46184e0b9a feat(lazer/sui): better parsing and error handling (#3003) 2 tháng trước cách đây
tests 46184e0b9a feat(lazer/sui): better parsing and error handling (#3003) 2 tháng trước cách đây
.gitignore 3f35fc1792 feat(lazer/sui): initialize (#2964) 3 tháng trước cách đây
Move.lock 3aed1cc3c0 feat(lazer/sui): state and initializer (#2972) 2 tháng trước cách đây
Move.toml 3aed1cc3c0 feat(lazer/sui): state and initializer (#2972) 2 tháng trước cách đây
README.md 3aed1cc3c0 feat(lazer/sui): state and initializer (#2972) 2 tháng trước cách đây

README.md

Pyth Lazer Sui Contract

pyth_lazer is a Sui package that allows consumers to easily parse and verify cryptographically signed price feed data from the Pyth Network's high-frequency Lazer protocol for use on-chain.

This package is built using the Move language edition 2024.beta and Sui framework v1.53.2.

Build, test, deploy

Install Sui CLI and build the project:

brew install sui
sui move build

Run tests:

sui move test
sui move test test_parse_and_verify_le_ecdsa_update # run a specific test

Deploy:

TODO