New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@covalenthq/create-nft-store

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@covalenthq/create-nft-store

Covalent prebuilt NFT gallery

  • 1.0.23
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@covalenthq/create-nft-store

cli for prebuilt react gallery boilerplate, supporting NFT artists

  • register for a Covalent API key: https://www.covalenthq.com/
  • run npx @covalent/create-nft-store [name] in the local directory that you want to create the app
my-app
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── index.css
    ├── index.js
    ├── config.js
    ├── assets
    │   ├── placeholder.jpg
    └── components
        ├── ListView.js
        ├── GridView.js
        ├── MasonaryView.js
        ├── DetailView.js
        ├── LandingPage.js
        └── components.css

Configuring your own NFTs

  1. Go to config.js folder under src folder
  2. add your NFT contract and the supported blockchain with the given format:
    {
        address: "<nft_contract_address>",
        chain: 1
    }
    

Keywords

FAQs

Package last updated on 23 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc