Skip to content

Instantly share code, notes, and snippets.

View volevol's full-sized avatar
🎯
Focusing

Ivan Fedorusov volevol

🎯
Focusing
  • Kyiv, Ukraine
View GitHub Profile

RIA News, 03 April 2022. (state-owned Russian news outlet) https://web.archive.org/web/20220403123204/https://ria.ru/20220403/ukraina-1781469605.html

Back in April last year, we wrote about the inevitability of the denazification of Ukraine. We don't need nazi, Bandera Ukraine, the enemy of Russia and the West's tool for the destruction of Russia. Today, the issue of denazification has moved into a practical plane.

Denazification is necessary when a significant part of the people - most likely the majority - has been mastered and drawn into the Nazi regime in its politics. That is, when the hypothesis "the people are good - the government is bad" does not work. Recognition of this fact is the basis of the policy of denazification, of all its measures, and the fact itself is its subject matter.

Ukraine is in just such a situation. The fact that the Ukrainian voter voted for the "peace of Poroshenko" and "peace of Zelensky" should not be misleading - the Ukrainians were quite satisfied with the shortest pa

@andelf
andelf / trc20.js
Created April 20, 2020 07:12
Get TRC20 balance and transfer USDT tokens
const TronWeb = require('tronweb');
const HttpProvider = TronWeb.providers.HttpProvider;
const fullNode = new HttpProvider("https://api.trongrid.io");
// const fullNode = new HttpProvider("http://192.168.1.162:8090");
const solidityNode = new HttpProvider("https://api.trongrid.io");
const eventServer = new HttpProvider("https://api.trongrid.io");
const privateKey = "3481E79956D4BD95F358AC96D151C976392FC4E3FC132F78A847906DE588C145";
const tronWeb = new TronWeb(fullNode, solidityNode, eventServer, privateKey);