@covalenthq/create-nft-store

1.0.23 • Public • Published

@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
    }
    

Package Sidebar

Install

npm i @covalenthq/create-nft-store

Weekly Downloads

1

Version

1.0.23

License

ISC

Unpacked Size

1.77 MB

Total Files

22

Last publish

Collaborators

  • jagnani73
  • jaypozo_covalent
  • harishraisinghani
  • covalenthq_devops