Skip to content

Commit a11cd5a

Browse files
#1 Introduction and What are we building
1 parent 89bcc30 commit a11cd5a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# typechain
1+
# Typechain
2+
23
Learning Typescript by making a Blockchain with it

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "typechain",
3+
"version": "1.0.0",
4+
"description": "Learning Typescript by making a Blockchain with it",
5+
"main": "index.js",
6+
"repository": "https://github.com/nomadcoders/typechain",
7+
"author": "Nicolás Serrano Arévalo <[email protected]>",
8+
"license": "MIT"
9+
}

0 commit comments

Comments
 (0)