Skip to content

Commit 5baa660

Browse files
committed
update dependencies
1 parent 27a9a2b commit 5baa660

15 files changed

+5478
-8827
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TS-Blockchain
22

3-
[![TypeScript version][ts-badge]][typescript-34]
3+
[![TypeScript version][ts-badge]][typescript-41]
44
[![Node.js version][nodejs-badge]][nodejs]
55
[![APLv2][license-badge]][license]
66

@@ -16,7 +16,7 @@
1616
- Proof of Work with mining
1717
- With wallets and transactions
1818
- NodeJS & Express
19-
- TypeScript 3.4
19+
- TypeScript 4.1
2020

2121
## Endpoints
2222

@@ -34,24 +34,26 @@ GET /public-key
3434
The tests are written with Jest
3535

3636
```json
37-
"jest": "24.7.1",
38-
"ts-jest": "24.0.2",
39-
"@types/jest": "24.0.11",
37+
"jest": "26.6.1",
38+
"ts-jest": "26.4.3",
4039
```
4140

4241
## The road to v1
4342

44-
- Build a smart-contract engine
43+
- Add swagger
4544
- Add data persitance
45+
- Build a smart-contract engine
4646
- ... maybe a system of plugins
4747

48+
Open an issue if you want to drop an idea. ;-)
49+
4850
## Credits & Inspirations
4951

5052
- [Node TypeScript Boilerplate](https://github.com/jsynowiec/node-typescript-boilerplate/blob/master/package.json)
5153

5254
# MIT License
5355

54-
Copyright (c) 2019 Philippe Matray
56+
Copyright (c) 2020 Philippe Matray
5557

5658
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5759

@@ -60,9 +62,9 @@ The above copyright notice and this permission notice shall be included in all c
6062
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6163

6264
[ts-badge]: https://img.shields.io/badge/TypeScript-3.4-blue.svg
63-
[typescript-34]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html
65+
[typescript-41]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html
6466
[nodejs-badge]: https://img.shields.io/badge/Node.js->=%2010.13-blue.svg
65-
[nodejs]: https://nodejs.org/dist/latest-v10.x/docs/api/
67+
[nodejs]: https://nodejs.org/dist/latest-v14.x/docs/api/
6668
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
6769
[license]: https://github.com/phmatray/ts-blockchain/blob/master/LICENSE
6870
[donate-badge]: https://img.shields.io/badge/☕-buy%20me%20a%20coffee-46b798.svg

0 commit comments

Comments
 (0)