add mtls for network core sdk

This commit is contained in:
fksyuan
2025-12-23 16:43:26 +08:00
commit 356141847d
4 changed files with 1655 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "network-core-sdk-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@primuslabs/network-core-sdk": "^0.1.5",
"dotenv": "^17.2.3",
"ethers": "^5.7.2"
}
}