https://github.com/conetproject/telegramcheck
https://github.com/conetproject/telegramcheck
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/conetproject/telegramcheck
- Owner: CoNETProject
- Created: 2024-09-18T03:30:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:05:43.000Z (over 1 year ago)
- Last Synced: 2025-04-13T03:40:01.656Z (11 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram account check
## Description
CoNET “Stealth Internet” Infrastructure (CoNET-DL) is a peer-to-peer computer network which uses traffic type obfuscation based HTML protocol to build at the top of the Open Systems Interconnection (OSI) communications model. CoNET-DL lets both parties of the communication use wallet addresses rather than IP addresses and a pair of public and private keys using asymmetric encryption technology to encrypt the communication content.
Traditional tools based on changing clients IP addresses like VPN and Tor can no longer meet people’s increasing emphasis on privacy. Although the wallet address of the blockchain can also be used to achieve private communication, both parties in the communication need to wait for the generation of new blocks and cannot achieve instant communication. It cannot be applied in the client-server model of the Internet.
## INSTALL
1. Install NodeJS
https://nodejs.org/en/
2. Install CoNET-DL node
```bash
npm i @conet.project/conet-mvp-dl -g
```
## SETUP
### start CoNET "Stealth Internet" node
```bash
conet-mvp-si
```
## Notice
## License
Copyright (c) Kloak Information Technologies Inc. All rights reserved.
Licensed under the [MIT](LICENSE) License.
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.