I suggest you compile your own version yourself.
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/toninstaller.sh
sudo bash toninstaller.sh
If all goes well you can find everything you need in /usr/bin/ton/
i think this is what you need
https://github.com/ton-blockchain/mnemonic2key
Hello, in my case.
toncli deploy -n testnet
I successfully completed deploying the contract on testnet.
I think it might be because you don't have enough test coins.
This is a project we have discussed in the past.
In the past, free ton (everscale) has made a similar solidity compiler.
https://github.com/tonlabs/TON-Solidity-Compiler/blob/master/API.md#compiler-version
Seems to be deprecated internally, I forget why.
https://telegra.ph/TON-DNS-auction-rules-07-21
In regards to price action, the following is copied from the link above:
Minimum price.
As protection against spamming bots that automatically register names, there will be a base price and floor price one has to pay.The base price and floor price depend on the number of characters in your domain name.
Base price — The price at which begins the bidding.
Floor price — A price that cannot go lower than this threshol...
# This is a general node, it cannot find all transaction data.
wget https://ton.org/global-config.json -P ~/
wget https://ton.org/global-config-wallet.json -P ~/
wget https://ton-blockchain.github.io/global.config.json -P ~/
# This is the archive node, you can find all transaction data
wget https://ton.org/global-config-archive.json -P ~/
# The following are general test nodes
wget https://ton-blockchain.github.io/testnet-global.config.json -P ~/
wget https://ton.org/testne...
https://github.com/awesome-doge/ton-compile/blob/main/ninja-Apple%20M1.md
# Install dependent packages
brew update
brew install openssl cmake llvm
brew link openssl --force
# Install ninja
brew install ninja
# generate env folder / clone ton source code
mkdir ~/ton-env
cd ~/ton-env
git clone --recursive https://github.com/ton-blockchain/ton.git
# compile
cd ~/ton-env/
mkdir ton-bin
cd ~/ton-env/ton-bin
cmake ~/ton-env/ton \
-DCMAKE_BUILD_TYPE=Release \
...