Skip to content

Commit

Permalink
add: the first 114 NEP-141 on NEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
himitsuko authored and Himitsuko committed Jul 21, 2022
1 parent 6849c4a commit fe37a2c
Show file tree
Hide file tree
Showing 4 changed files with 2,172 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
./build
/scripts
/node_modules
/.build
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "near-tokens",
"version": "1.0.0",
"description": "NEP-141 tokens on NEAR",
"repository": "https://github.com/depocket/near-tokens",
"author": "Himitsuko <[email protected]>",
"license": "MIT",
"dependencies": {
"base64-img": "^1.0.4",
"image-data-uri": "^2.0.1"
},
"scripts": {
"parse:tokens": "node ./scripts/parseIcon.js"
}
}
Loading

0 comments on commit fe37a2c

Please sign in to comment.