Go to file
2024-09-10 11:50:05 +03:00
build smc upload 2024-09-10 11:46:05 +03:00
config smc upload 2024-09-10 11:46:05 +03:00
scripts smc upload 2024-09-10 11:46:05 +03:00
tests upd test description 2024-09-10 11:50:05 +03:00
wrappers smc upload 2024-09-10 11:46:05 +03:00
.gitignore smc upload 2024-09-10 11:46:05 +03:00
.prettierignore smc upload 2024-09-10 11:46:05 +03:00
.prettierrc smc upload 2024-09-10 11:46:05 +03:00
jest.config.ts smc upload 2024-09-10 11:46:05 +03:00
package-lock.json smc upload 2024-09-10 11:46:05 +03:00
package.json smc upload 2024-09-10 11:46:05 +03:00
README.md smc upload 2024-09-10 11:46:05 +03:00
tsconfig.json smc upload 2024-09-10 11:46:05 +03:00

rps-project

Project structure

  • config - config file with all constants and state init for working with contract
  • 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

Test

npx blueprint test

Deploy or run selected script

npx blueprint run