基于区块链的毕业设计ETHEREUM TOKEN TRACKER – 以太坊令牌跟踪器
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计ETHEREUM TOKEN TRACKER – 以太坊令牌跟踪器 是一篇很好的国外资料
ETHEREUM TOKEN TRACKER
This small application is used to track new tokens that appeared in WETH transactions.
Getting started
Requirements
In order to run this application, one needs to have (recommended versions):
- NodeJs (14.15.1)
- Npm
- Docker
Running the project
- Open console and make sure you’re in the root folder.
- Run
docker-compose -f postgres/docker-compose.yml up -d
command to install PostgreSQL database. - Run
npm install
to install dependencies. - Run
npm run db:seed
to seed the database with all existing tokens. - Run
npm run start
to start the application. - Open the token controller and check the api on
localhost:3000/token/
Warning: Running the npm run db:seed
command will override any schema and data that exists in the database!
The project was tested and is working on Windows 10 Pro Edition with Linux Docker Containers.
Testing
To start the test suite run npm run test
command.
Additional docker scripts
To completely remove the database run:
docker-compose -f postgres/docker-compose.yml down
To stop or start docker simply run:
start: docker-compose -f postgres/docker-compose.yml start
stop: docker-compose -f postgres/docker-compose.yml stop
Warning!
Docker exposes postgres to standard postgres port: 5432.
Credits
This project wouldn’t be possible without:
- Node.js
- NPM
- NestJS
- TypeORM
- JestJs
- Docker
- PostgreSQL
- Uniswap
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products. Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page. For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they’re used to log you in. Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they’re used to gather information about the pages you visit and how many clicks you need to accomplish a task. Learn more
以太坊eth令牌跟踪器
这个小应用程序用于跟踪WETH交易中出现的新代币。
入门
要求
要运行此应用程序,需要(推荐版本):
- NodeJs(14.15.1)
- Npm
- Docker
运行项目
- 打开控制台并确保您位于根文件夹中。
- 运行docker compose-f postgres/docker-合成.yml安装PostgreSQL数据库的up-d命令。
- 运行npm install来安装依赖项。
- 运行npm Run db:seed以使用所有现有令牌为数据库种子。
- 运行npm Run start启动应用程序。
- 打开令牌控制器并检查上的api本地主机:3000/令牌/
警告:运行npm run db:seed命令将覆盖数据库中存在的任何架构和数据!
该项目已经过测试,并且正在使用Linux Docker容器在Windows 10 Pro Edition上运行。
测试
要启动测试套件,请运行npm run test命令。
其他docker脚本
要完全删除数据库,请运行:
docker compose-f postgres/docker-合成.ymldown
要停止或启动docker,只需运行:
start:docker compose-f postgres/docker-合成.ymlstart
停止:docker compose-f postgres/docker-合成.ymlstop
警告!
Docker将postgre公开给标准postgre端口:5432。
积分
如果没有:
- 节点.js
- NPM
- NestJS
- 类型格式
- JestJs
- Docker
- PostgreSQL
- Uniswap
我们使用可选的第三方分析cookie来了解您如何使用GitHub.com网站所以我们可以制造更好的产品。了解更多。
我们使用可选的第三方分析cookies来了解您如何使用GitHub.com网站所以我们可以制造更好的产品。
您可以随时通过单击页面底部的Cookie首选项来更新您的选择。有关更多信息,请参阅我们的隐私声明。
基本cookies
我们使用基本Cookie来执行基本的网站功能,例如,它们用于让您登录。了解更多
始终处于活动状态
分析cookies
我们使用analytics Cookie来了解您如何使用我们的网站,以便我们能够使其变得更好,例如,它们用于收集有关您访问的页面以及完成一项任务需要多少次单击的信息。了解更多
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计ETHEREUM TOKEN TRACKER – 以太坊令牌跟踪器