Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 516 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 516 Bytes

nft-auc-contest

prerequisites

  • func ^0.2.0 and Fift from TON repo
  • GNU bash ^3.2.57
  • NodeJS 16
  • npm ^8.1.2

build smart-contract

  1. install ton-stdlib globally
npm install ton-stdlib@1.0.0 -g
  1. set the environment variable
export FIFTPATH="path to ton-stdlib/fift"
export FUNC_STDLIB_PATH="path to ton-stdlib/func/stdlib.fc"
  1. run command
bash build.sh

run tests

npm install
npm run test