Skip to content

macfly-base/Story-Protocol-IP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Register a NFT as an IP asset on Story Protocol

Info

  • This script will create a NFT on Story Protocol and then will register that NFT as an IP asset on Story Protcol
  • You can even register Iliad Commemorative NFT or Color NFT as an IP asset on Iliad Testnet
  • Currently only NFTs on Story Protocol are supported to register as an IP asset, in future they will enable function to register others' chain NFT as an IP asset on Story Protocol

Prerequisites

  • Need to have $IP faucet, you can get all the faucet site links from Story Protocol Docs
  • Need to have Linux Based Terminal like Codespace , Gitpod , VPS or WSL
  • Pinata JWT token, To get Pinata JWT token, Visit : Pinata Website , Click on Get Started and register using an email address and then follow all the steps mentioned below on the img

Img1

Installation

  • You can use either this command
[ -f "story-ip.sh" ] && rm story-ip.sh; wget -q https://raw.githubusercontent.com/macfly-base/Story-Protocol/refs/heads/main/story-ip.sh && chmod +x story-ip.sh && ./story-ip.sh
  • Or this command
[ -f "story-ip.sh" ] && rm story-ip.sh; curl -sO https://raw.githubusercontent.com/macfly-base/Story-Protocol/refs/heads/main/story-ip.sh && chmod +x story-ip.sh && ./story-ip.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.8%
  • Shell 27.2%