-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MVP Version 3: Proposing content with chainlink (#16)
* Inherit from Chainlink Functions Consumer contract * Enable developing against a fork of the Avalanche Fuji testnet * Move FunctionsConsumer logic into YourContract * Remove max-warnings flags from GitHub workflow * Make tweaks to enable live deployment * Replaced certain values with environment variables * Tweak wording in user confirmation alert * Use Chainlink Functions to call OpenAI * Store CL Functions Source code in contract so that it can be decentralized but only run the specific code * Update deploy script to store the CL Functions source JS code after the contract is deployed
- Loading branch information
1 parent
c762031
commit c41b3d2
Showing
15 changed files
with
18,019 additions
and
10,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged --verbose | ||
# yarn lint-staged --verbose |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.