1
0
mirror of https://github.com/danog/toncontest.git synced 2024-11-26 20:15:01 +01:00
Go to file
2019-09-29 15:51:54 +02:00
.vscode Add wallet creation script 2019-09-29 15:51:54 +02:00
lib@fd7a8de970 First commit 2019-09-29 13:54:49 +02:00
toolchain Update 2019-09-29 14:08:38 +02:00
.gitignore Add wallet creation script 2019-09-29 15:51:54 +02:00
.gitmodules First commit 2019-09-29 13:54:49 +02:00
README.md Add wallet creation script 2019-09-29 15:51:54 +02:00
wallet-code.fc First commit 2019-09-29 13:54:49 +02:00
wallet-code.fif Add wallet creation script 2019-09-29 15:51:54 +02:00
wallet-create.fif Add wallet creation script 2019-09-29 15:51:54 +02:00

Daniil Gentili entry

This is my entry for the TON contest.

Building

Simply run the build.sh script to automatically build tonlib and set up some simplified wrapper scripts.

toolchain/build.sh

This will automatically build the lite client, fift and func, and will also edit .bashrc to add some wrapper scripts to the PATH.

  • lite-client runs the lite client, already preconfigured to connect to the testnet, with db path set to $TONLIB_HOME/../ton-db-dir (aka this repo/ton-db-dir).
  • funcompile is a wrapper for the func compiler, automatically including the stdlib while compiling.
  • fift is a simple wrapper for the fift compiler.