Skip to content

Commit

Permalink
[PSDK-443] Quickstart Basenames Registration (#243)
Browse files Browse the repository at this point in the history
* base names quickstart

* [PSDK-443] Quickstart Register Basenames for MPC Wallet
  • Loading branch information
John-peterson-coinbase authored Sep 12, 2024
1 parent 8ada8f7 commit 6c71e22
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 13 deletions.
162 changes: 152 additions & 10 deletions quickstart-template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions quickstart-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"start": "node index.js",
"start-trade-assets": "node trade-assets.js",
"start-mass-payout": "node mass-payout.js",
"start-webhook": "node webhook.js"
"start-webhook": "node webhook.js",
"start-register-basename": "node register-basename.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@coinbase/coinbase-sdk": "^0.4.0",
"@coinbase/coinbase-sdk": "^0.5.1",
"csv-parse": "^5.5.6",
"csv-writer": "^1.6.0"
"csv-writer": "^1.6.0",
"viem": "^2.21.6"
}
}
Loading

0 comments on commit 6c71e22

Please sign in to comment.