https://github.com/lit-protocol/two-js-sdks-demo
https://github.com/lit-protocol/two-js-sdks-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lit-protocol/two-js-sdks-demo
- Owner: LIT-Protocol
- Created: 2024-03-12T03:00:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T03:04:34.000Z (over 2 years ago)
- Last Synced: 2025-07-26T00:34:21.697Z (11 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Two JS SDKs demo
This won't work for you out of the box, you would need to put your private key into the `LIT_ROLLUP_MAINNET_DEPLOYER_PRIVATE_KEY` env var and also set `cayennePKPPublicKey` and `habaneroPKPPublicKey` in index.js to keys that your wallet owns
Once you've set the above variables, you can run with `npm run start`
You should expect to see the following log output if it worked:
```
cayenneResult: true
habaneroResult: true
```