Skip to content

Commit

Permalink
added demonet private key for user testing (#8)
Browse files Browse the repository at this point in the history
added a private key that has been provisioned for using the JS CLI wrapper on demonet. This has been setup for users to easily run jobs on lilypad, this privatekey is a dev key and does not have any funds outside of the testnet tokens used to run jobs.
  • Loading branch information
galaxyxtwo authored Dec 23, 2024
1 parent 648e68b commit 22501b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The endpoint can then be tested using curl
```
curl -X POST http://localhost:3000 \
-H "Content-Type: application/json" \
-d '{"pk": "'"$WEB3_PRIVATE_KEY"'", "module": "github.com/lilypad-tech/lilypad-module-lilysay:0.1.0", "inputs": "-i Message=test"}'
-d '{"pk": "'"b3994e7660abe5f65f729bb64163c6cd6b7d0b1a8c67881a7346e3e8c7f026f5"'", "module": "github.com/lilypad-tech/lilypad-module-lilysay:0.1.0", "inputs": "-i Message=test"}'
```

```js
Expand Down Expand Up @@ -106,4 +106,4 @@ function run(pk, module, inputs) {
}

module.exports = { run, stream }
```
```

0 comments on commit 22501b3

Please sign in to comment.