Skip to content

gelatodigital/gelato-native-oracle-nft-example

Repository files navigation

Gelato Native Oracle NFT Example

This example project demonstrates an NFT mint which costs $1 worth of Ether.
Fetching ETH/USD price is powered by the native oracle using the gelato-native-oracle-sdk.

Quick Start Guide

Tip

A minimum of ~0.02 ETH is required for the following steps.

  1. Install dependencies
    yarn install
    
  2. Edit .env
    cp .env.example .env
    
  3. Deploy NFT contract
    yarn hardhat deploy --network testnet
    
  4. Mint NFT
    yarn hardhat run scripts/mint-nft.ts --network testnet
    

About

Gelato Native Oracle One Dollar NFT Mint Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published