mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 11:42:18 +00:00
5 lines
385 B
Bash
5 lines
385 B
Bash
|
func -SPA -o storage-contract.fif ../../../crypto/smartcont/stdlib.fc storage-contract.fc && \
|
||
|
(echo "\"storage-contract.fif\" include boc>B \"storage-contract-code.boc\" B>file" | fift) && \
|
||
|
func -SPA -o storage-provider.fif ../../../crypto/smartcont/stdlib.fc storage-provider.fc && \
|
||
|
(echo "\"storage-provider.fif\" include boc>B \"storage-provider-code.boc\" B>file" | fift)
|