Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascaricato committed Jan 23, 2023
1 parent ab2b1ef commit 387be3e
Show file tree
Hide file tree
Showing 2 changed files with 2,193 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "token-poc",
"version": "1.0.0",
"description": "Mountain Protocol Token PoC",
"main": "index.js",
"repository": "git@github.com:mountainprotocol/token-poc.git",
"author": "Mati <mattiascaricato@gmail.com>",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"hardhat": "^2.12.6"
}
}
Loading

0 comments on commit 387be3e

Please sign in to comment.