-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from hackbg/feature/automation-page
feat: automation page
- Loading branch information
Showing
3 changed files
with
48 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import { Heading, Text, Link } from '@chakra-ui/react' | ||
import { ExternalLinkIcon } from '@chakra-ui/icons' | ||
import { Section } from '../components/layout' | ||
|
||
function HomeIndex(): JSX.Element { | ||
return ( | ||
<> | ||
<Heading as="h1" mb="4"> | ||
Automation | ||
</Heading> | ||
<Text fontSize="xl"> | ||
Reliably execute smart contract functions using a variety of triggers. | ||
</Text> | ||
<Section> | ||
<Heading as="h2" size="md" mb="2"> | ||
Batch NFT Demo App | ||
</Heading> | ||
<Text mb="4"> | ||
Create batch-revealed NFT collections powered by Chainlink Automation | ||
& VRF. | ||
</Text> | ||
<Link href="https://automation.chainlink-demo.app" isExternal> | ||
Go to Demo <ExternalLinkIcon mx="2px" /> | ||
</Link> | ||
</Section> | ||
</> | ||
) | ||
} | ||
|
||
export default HomeIndex |
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
e8455f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chainlink-fullstack – ./
chainlink-fullstack.vercel.app
chainlink-fullstack-hackbg.vercel.app
chainlink-fullstack-git-main-hackbg.vercel.app