Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 731 Bytes

File metadata and controls

24 lines (16 loc) · 731 Bytes

Example Polycode Chainlink Functions React App

This is an example react app that uses the polycode-sdk to interact with Chainlink Functions. The app runs on the Ethereum Sepolia test network.

Live demo

App live demo is accessible here.

Installation

Clone the github repository and install the required npm packages:

git clone https://github.com/0xpolycode/chainlink-functions-example-react-app.git
npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.