Skip to content

Commit

Permalink
feat: added initial nft data migration indexing script
Browse files Browse the repository at this point in the history
  • Loading branch information
chexware committed Jul 22, 2024
1 parent 398238e commit a05f4de
Show file tree
Hide file tree
Showing 4 changed files with 3,462 additions and 0 deletions.
31 changes: 31 additions & 0 deletions scripts/chain-data-migration/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "pioneer-migration",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"check-lint": "gts lint",
"fix-lint": "gts fix",
"clean": "gts clean && r",
"compile": "tsc",
"dev": "tsx ./src/index.ts",
"prepare": "pnpm run compile",
"pretest": "pnpm run compile",
"posttest": "pnpm run lint"
},
"dependencies": {
"@polkadot/api": "^12.1.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^12.1.1",
"@polkadot/types-codec": "^12.1.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2"
},
"devDependencies": {
"@types/node": "20.12.7",
"gts": "^5.3.1",
"ts-node": "10.9.2",
"tsx": "^4.16.2",
"typescript": "^5.2.0"
}
}
Loading

0 comments on commit a05f4de

Please sign in to comment.