Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__tests__/
.github/
coverage/
dist/*.tsbuildinfo
dist/*.js.map
src/
.travis.yml
CONTRIBUTING.md
README.md
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<h1 align="center">nestjs-ethers</h1>
<h1 align="center">NestJS-Ethers</h1>

<div align="center">
<a href="http://nestjs.com/" target="_blank">
<img src="https://nestjs.com/img/logo_text.svg" width="150" alt="Nest Logo" />
<p align="center">
<a href="https://www.npmjs.com/package/nestjs-ethers">
<img alt="npm" src="https://img.shields.io/npm/v/nestjs-ethers" />
</a>
</div>

<h3 align="center">NestJS npm Package Starter</h3>

<div align="center">
<a href="https://nestjs.com" target="_blank">
<img src="https://img.shields.io/badge/built%20with-NestJs-red.svg" alt="Built with NestJS">
<a href="https://travis-ci.com/github/jarcodallo/nestjs-ethers">
<img alt="Travis" src="https://api.travis-ci.com/jarcodallo/nestjs-ethers.svg?branch=develop" />
</a>
</div>

### Installation
<a href='https://coveralls.io/github/jarcodallo/nestjs-ethers?branch=develop'>
<img src='https://coveralls.io/repos/github/jarcodallo/nestjs-ethers/badge.svg?branch=develop' alt='Coverage Status' />
</a>
<a href="https://snyk.io/test/github/jarcodallo/nestjs-ethers">
<img alt="Snyk Vulnerabilities for npm package" src="https://img.shields.io/snyk/vulnerabilities/npm/nestjs-ethers" />
</a>
<img alt="David" src="https://img.shields.io/david/jarcodallo/nestjs-ethers">
<img alt="Dependabot" src="https://badgen.net/dependabot/jarcodallo/nestjs-ethers/?icon=dependabot">
<img alt="Supported platforms: Express & Fastify" src="https://img.shields.io/badge/platforms-Express%20%26%20Fastify-green" />
</p>

1. Clone the repo
2. Run npm/yarn install
## Install

```bash
cd nestjs-package-starter
npm install
```sh
npm i nestjs-ethers
```

## Change Log
Expand All @@ -34,8 +34,8 @@ Contributions welcome! See [Contributing](CONTRIBUTING.md).

## Author

**John Biundo (Y Prospect on [Discord](https://discord.gg/G7Qnnhy))**
**Jose Ramirez (Y Prospect on [Twitter](https://twitter.com/jarcodallo))**

## License

Licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Licensed under the Apache 2.0 - see the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-ethers",
"version": "0.1.0",
"version": "0.1.0-alpha.0",
"description": "The ethers.js library for NestJS",
"author": "Jose Ramirez <[email protected]>",
"license": "Apache",
Expand Down