Skip to content

Commit

Permalink
readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Nov 26, 2024
1 parent 2e078f8 commit e00c838
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/chainlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,7 @@ try {
}
```

Then run with the following:

```bash
node examples/chainlink/request.js
```

```request.js``` is obtained directly from Chainlink [here](https://github.com/smartcontractkit/smart-contract-examples/blob/main/functions-examples/examples/5-use-secrets-threshold/request.js). Two modifcations are made to replace hardcoded values:
[```request.js```](./request.js) is obtained directly from Chainlink [here](https://github.com/smartcontractkit/smart-contract-examples/blob/main/functions-examples/examples/5-use-secrets-threshold/request.js). Two modifcations are made to replace hardcoded values:

```javascript
// changed to accept an encrypted environment variable specific to the
Expand Down

0 comments on commit e00c838

Please sign in to comment.