ton-link allows TON smart contract to access data outside the network, while maintaining data security. We plan to make the first decentralized network of oracles on the TON blockchain.
This repository stores the oracle node code (so far centralized). An oracle node is needed to supply data from the real world to the blockchain. Note that now you need to change the part of the code related to getting data from the real world. At the moment, the node is used to supply information about the price of a TON.
- Install Node 16.17.0
- Download ton-link-node
git clone https://github.com/ton-link/ton-link-node.git - Start
./install - Create .env file
- Start ton-link-node
./tonlink mainnet/testnet
