Daniel Chew d3d0f9fa24 feat(target_chains/ton): add parse_price_feed_updates (#2099) 1 rok pred
..
contracts d3d0f9fa24 feat(target_chains/ton): add parse_price_feed_updates (#2099) 1 rok pred
scripts 29e5c9bc62 feat(target_chains/ton): add ton deploy script (#2039) 1 rok pred
tests d3d0f9fa24 feat(target_chains/ton): add parse_price_feed_updates (#2099) 1 rok pred
wrappers d3d0f9fa24 feat(target_chains/ton): add parse_price_feed_updates (#2099) 1 rok pred
README.md e73fff2726 feat(target_chains/ton): initialize ton contracts (#1810) 1 rok pred
jest.config.ts e82158d82f feat(target_chains/ton): wormhole contract (#1814) 1 rok pred
package.json e08052c2c4 feat: set up turborepo 1 rok pred
tsconfig.json e73fff2726 feat(target_chains/ton): initialize ton contracts (#1810) 1 rok pred

README.md

pyth

Project structure

  • contracts - source code of all the smart contracts of the project and their dependencies.
  • wrappers - wrapper classes (implementing Contract from ton-core) for the contracts, including any [de]serialization primitives and compilation functions.
  • tests - tests for the contracts.
  • scripts - scripts used by the project, mainly the deployment scripts.

How to use

Build

npx blueprint build or yarn blueprint build

Test

npx blueprint test or yarn blueprint test

Deploy or run another script

npx blueprint run or yarn blueprint run

Add a new contract

npx blueprint create ContractName or yarn blueprint create ContractName