Giter VIP home page Giter VIP logo

txtimgnft's Introduction

txtimgnft

This app was initialized with [create-near-app] and modified to source images from Dall-e 2 searches and mint them as NFTs on the NEAR blockchain.

Quick Start

  1. npm install
  2. cp frontend/env.example frontend/.env
    • update the .env by changing CONTRACT_NAME=txtimgnft.<YOUR-ACCOUNT>.testnet
  3. A Bearer Token is needed from the Dall-e website app to use for the API.
    1. Open https://labs.openai.com/ and Right Click to inspect. Go to network. You may need to refresh the page first.
    2. Input something and click generate.
    3. Find the Tasks, and scroll down to see your token.
    4. Copy everything after authorization: Bearer (usually starts with sess-) and add it to your frontend/.env like BEARER_TOKEN=<YOUR-BEARER-TOKEN>
  4. npm run build
  5. npm run deploy
  6. brew install direnv
  7. cp envrc.example .envrc
    • update the .envrc by changing BEARER_TOKEN=<YOUR-BEARER-TOKEN>
    • update the .envrc by changing CONTRACT_NAME=txtimgnft.<YOUR-ACCOUNT>.testnet
    • direnv allow
  8. initialize the contract near call $CONTRACT_NAME init '{"owner_id": "'$CONTRACT_NAME'"}' --accountId $CONTRACT_NAME
  9. npm start

txtimgnft's People

Contributors

tkersey avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.