Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from Web3Auth/alpha
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
chaitanyapotti authored Oct 17, 2024
2 parents 5c6c781 + 5733b08 commit e028c7c
Show file tree
Hide file tree
Showing 9 changed files with 3,789 additions and 13,926 deletions.
2 changes: 1 addition & 1 deletion demo/node-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const connect = async () => {
idToken: token, // replace with your newly created unused JWT Token.
});
const eth_private_key = await provider.request({ method: "eth_private_key" });
console.log("ETH Private Key: ", eth_private_key);
console.log("ETH Private Key: ", eth_private_key, sub);
process.exit(0);
};

Expand Down
32 changes: 31 additions & 1 deletion demo/node-app/package-lock.json

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

1 change: 0 additions & 1 deletion demo/node-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"dependencies": {
"@web3auth/ethereum-provider": "^9.0.0",
"@web3auth/node-sdk": "../..",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2"
},
"description": "Web3Auth's Node SDK Demo App",
Expand Down
Loading

0 comments on commit e028c7c

Please sign in to comment.