当前位置: 首页 > 软件库 > Web3 > 开源货币/比特币 >

erc20-ico-onchain-technical-analysis

An tool to analyze any company's ICO
授权协议 MIT License
开发语言 Python
所属分类 Web3、 开源货币/比特币
软件类型 开源软件
地区 不详
投 递 者 凤经武
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

ICO Top holder analysis

"Human tuned heuristic Python Library for ICO company analysis."

Table of Contents

Installation

Clone the git repository:

$ git clone https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis.git && cd erc20-ico-onchain-technical-analysis

Install necessary dependencies

$ pip install -r requirement.txt

Usage

Run the main business logic

python main.py

1.total-abt-exchange-analysis

https://plot.ly/~gelei/586/total-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta-/#/

2.top-50-list-and-their-token-amount-without-counting-the-exchange

https://plot.ly/~gelei/588/top-50-list-and-their-token-amount-without-counting-the-exchange/#/

3.top-50-token-amount-moving-average-without-counting-the-exchange

https://plot.ly/~gelei/590/top-50-token-amount-moving-average-without-counting-the-exchange/#/

4.exchange-token-amount

https://plot.ly/~gelei/592/exchange-token-amount/#/

5.hourly-{token}-exchange-analysis

https://plot.ly/~gelei/594/hourly-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta/#/

Customization

If you want to customize for a different token, you can change the address in the code for now. In the near future, we will support cli integration.

License

This code has been released under the MIT License.

  • https://www.jb51.net/blockchain/797814.html https://blog.csdn.net/bareape/article/details/124275062 代币标准–ERC20协议源码解析 我们在买入USDT时,就会看到ERC20、TRC20、Omni这三个选项,那么这些究竟代表了什么呢。其实这都是代币协议,TRC20是基于TRON网络中的一种代币协议,

  • 构建 ERC20 代币合约 使用 Contracts,我们可以轻松创建我们自己的 ERC20 代币合约,该合约将用于跟踪假设游戏中的内部货币黄金(GLD)。 这就是我们的 GLD 代币的样子。 // contracts/GLDToken.sol // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppeli

  • ERC-20 ERC-20简介 数字加密货币可以分为原生币和代币(token)。ERC(Etherum Request for Comments)是以太坊开发者针对代币提交的协议提案,而20表示的是协议的编号。所有符合ERC-20标准的代币都能立即兼容以太坊钱包,并且降低了token的开发门槛,只要实现ERC-20协议就可以快速开发出一种新的token。除此之外,通过实现ERC标准还增加了合约之间

  • ERC20协议 ERC是Ethereum Request for Comments的首字母缩写。它就像技术文档,定义了适用于一群想要利用以太坊生态系统的开发者和用户的方法、行为、创新和研究。ERC-20介绍了在以太坊区块链上创建可互换代币的代币标准,在该协议下的相同的代币完全一致。 接口定义 / SPDX-License-Identifier: MIT // OpenZeppelin Contra

  • 什么是ERC20 token 市面上出现了大量的用ETH做的代币,他们都遵守REC20协议,那么我们需要知道什么是REC20协议。 概述 token代表数字资产,具有价值,但是并不是都符合特定的规范。 基于ERC20的货币更容易互换,并且能够在Dapps上相同的工作。 新的标准可以让token更兼容,允许其他功能,包括投票标记化。操作更像一个投票操作 Token的持有人可以完全控制资产,遵守ERC

 相关资料
  • Before you read this page, you should: Understand the following general concepts: blockchain, smart contracts, ERC20 tokens; Be able to write a basic Ethereum smart contract in Solidity (see tutorial

  • This printer is a fork of recast's printer with its algorithm replaced by the one described by Wadler in "A prettier printer". There still may be leftover code from recast that needs to be cleaned up.

  • Flutter Developer Stories Online course These Flutter videos, produced both internally at Google and by the Flutter community, may help if you are a visual learner. Note that many people make Flutter

  • Building widgets Handling user interaction Try it! Get support What is Flutter? Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codeba

  • 该工具用来将 ICO文件格式转换成常见的gif,png,jpg等常见的图片格式,还可以提取ico文件的相关信息(如:宽度,高度)。

  • Using WinSCP, you can connect to an SSH (Secure Shell) server with SFTP (SSH File Transfer Protocol) or SCP (Secure Copy Protocol) service, to an FTP (File Transfer Protocol) server or HTTP server wit