https://github.com/smartcontractkit/usechainlinkfunctions
https://github.com/smartcontractkit/usechainlinkfunctions
chainlink
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartcontractkit/usechainlinkfunctions
- Owner: smartcontractkit
- License: mit
- Created: 2023-02-05T17:06:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T23:46:08.000Z (over 1 year ago)
- Last Synced: 2025-01-03T03:13:26.410Z (9 months ago)
- Topics: chainlink
- Language: TypeScript
- Homepage: https://usechainlinkfunctions.com
- Size: 663 KB
- Stars: 31
- Watchers: 16
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DISCLAIMER: Code examples on this site are contributed by the community and have not been audited. Use at your own risk. This site was a weekend hack project built to inspire the community.
This is the repository for [useChainlinkFunctions.com](https://usechainlinkfunctions.com). Built as a quick weekend hack, the idea was to help showcase the awesome ideas built by the Chainlink developer community with Chainlink Functions.
Learn more about Chainlink Functions: https://chain.link/functions
> Chainlink Functions is a serverless developer platform that empowers you to connect Web3 smart contracts with any Web2 API (data, compute) in minutes.Want to submit your example code? YES...Open up a PR to get your idea included.
To learn more about contributing, read how to fork and clone [here](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)
This project is built on Vercel using NextJS.
To run locally, `npm i`, then `npm run dev`, then open [localhost:3000](https://localhost:3000).## Add your own example to the site
1. Look at the examples for the correct format. Each post is a separate markdown file in the [_posts directory](https://github.com/bryanjowers/usechainlinkfunctions/tree/main/_posts)
2. Add your example. You only need to commit 1 new file.
3. Test it :)
4. Open a PR