This repository is a Homebrew tap for TON Blockchain, providing simple and seamless installation of TON on macOS using Homebrew.
The TON Blockchain project aims to create a new generation of blockchain, providing fast, secure, scalable and user-friendly solutions for digital assets, smart contracts, and decentralized applications.
To install TON Blockchain using Homebrew, you first need to tap this repository. In your terminal, execute the following command:
brew tap ton-blockchain/ton
After tapping the repository, you can install TON by running:
brew install ton
These commands will install the latest stable version of TON on your machine.
If you have already installed TON components, you can update them with the following command:
brew update
brew reinstall ton
If you want to uninstall TON, you can do so with the following command:
brew uninstall ton
This will remove TON from your machine.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is under the GPL-3.0 License - see the LICENSE file for details.
If you have any questions or issues, please create an issue on this repository. We will do our best to help.
Enjoy using TON Blockchain!
Please note that this README is subject to changes and updates.