This file contains hidden or 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 is a generic, sharable version. Replace every [YOUR_*] placeholder with paths and details that match your own setup before running. | |
| How to Use | |
| Fill in the ## Configuration block below once with your own paths and identity. | |
| Give an AI assistant the prompt plus a job posting URL. | |
| The assistant runs Steps 1 to 6 in order, stopping and recording any failure as described in the Error Handling section. | |
| Configuration | |
| Replace the placeholders below with your own values. Every later step references these. | |
| # Identity |
This file contains hidden or 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
| // SPDX-License-Identifier: MIT | |
| // OpenZeppelin Contracts v4.4.1 (token/ERC20/ERC20.sol) | |
| pragma solidity ^0.8.0; | |
| import "./IERC20.sol"; | |
| import "./extensions/IERC20Metadata.sol"; | |
| import "../../utils/Context.sol"; | |
| /** |