Skip to content

基于 NestJS 框架和 Ether.js 的 Ethereum 交互接口

Notifications You must be signed in to change notification settings

lixiaoyu77/Eth-Trade

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

该服务允许用户发起以太坊转账请求,将以太币(ETH)转移到指定的地址 以及各种交互请求

注意

  • 请妥善保存私钥信息,不要将其泄露给他人。
  • 在生产环境中,应该使用 HTTPS 来保护通信安全。
  • 请确保节点 URL 和 API 密钥的准确性。

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

基于 NestJS 框架和 Ether.js 的 Ethereum 交互接口

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published