Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infura/nft-api-lootbox-landing-page
Contents of downloaded lootbox. Links to provided gallery and auth sample apps
https://github.com/infura/nft-api-lootbox-landing-page
Last synced: 27 days ago
JSON representation
Contents of downloaded lootbox. Links to provided gallery and auth sample apps
- Host: GitHub
- URL: https://github.com/infura/nft-api-lootbox-landing-page
- Owner: INFURA
- License: mit
- Created: 2022-06-13T19:46:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T10:19:47.000Z (about 1 year ago)
- Last Synced: 2024-04-17T12:44:14.458Z (9 months ago)
- Language: TypeScript
- Size: 1.75 MB
- Stars: 10
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Infura NFT API Coding challenge
Welcome to the Infura NFT API coding challenge. Follow the steps below to build and run this project locally. After running the application, view the landing page in your browser at localhost:8080, choose one of the base starter applications and extend the functionality using a creative use-case leveraging the Infura NFT API.
Then document your developer journey, and capture that journey in an article or video and
submit your content at https://lootbox.consensys.net following the link in the email you received for various Infura goodies and prizes.If you have any additional questions, please check out our [Discord](https://discord.com/invite/vbx6jy6XC8)
[Sign up for a free account](https://infura.io/register)
[Sign up for the Infura NFT API BETA](https://infura.io/resources/apis/nft-api-beta-signup)
## Resources
- [Infura NFT API Swagger docs](https://docs.api.infura.io/nft/)
- [Infura NFT API Promo Video](https://youtu.be/ERV_FbCDBIQ)
- [Infura Web Site](https://infura.io/use-cases/nft)
- [Sample Reference App](https://github.com/anataliocs/Infura-NFT-Dashboard)
- [Truffle Box](https://github.com/truffle-box/nft-api-box)
- [Infura NFT API SDK](https://www.npmjs.com/package/@infura/sdk)
- [Infura NFT API Docs](https://docs.infura.io/infura/features/nft-sdk/how-to)
- [Infura Discord](https://discord.com/invite/vbx6jy6XC8)
- [Press Release](https://consensys.net/blog/press-release/consensys-announces-the-beta-release-of-infura-nft-api/)More resources will be added as they become available.
[Install][] - [Build][] - [Usage][]
## Install
```bash
yarn install
```
## Build
```bash
yarn build
```## Usage
Run Locally
```bash
yarn start
```## View
Navigate to localhost:3000 in a browser to view the Landing page for more information and to view links to the
sample base application starter Github repositories.[Install]: #install
[Build]: #build
[Usage]: #usage