https://github.com/multiversx/mx-nft-verify-dapp
Quickly and easily verify user ownership of authentic NFTs from any collection.
https://github.com/multiversx/mx-nft-verify-dapp
Last synced: 9 months ago
JSON representation
Quickly and easily verify user ownership of authentic NFTs from any collection.
- Host: GitHub
- URL: https://github.com/multiversx/mx-nft-verify-dapp
- Owner: multiversx
- Created: 2023-02-15T09:00:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T11:42:07.000Z (over 2 years ago)
- Last Synced: 2024-04-01T15:08:40.115Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 4.07 MB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://multiversx.com/)
NFT Ownership Verifier
Quickly and easily verify user ownership of authentic NFTs from any collection.
·
Report Bug
·
Request Feature
Table of Contents
### Built With
- [React](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
## Getting Started
The dapp is a client side only poject and is built using the Create React App scripts.
Follow the next step to start using this dapp or follow the next tutorial on [Youtube](https://www.youtube.com/watch?v=BkjUmBsmQYM)
### Prerequisites
For _development_ you will need to have the following:
- node version 14.17.6
- npm
### Instalation and running
### Step 1. Install modules
From a terminal, navigate to the project folder and run `yarn install`
### Step 2. Run the dashboard
To run the project locally run `yarn start` from the project folder. Open http://localhost:3001 to view it in the browser.
## Usage
Use the variables in the [config.tsx](https://github.com/multiversx/mx-nft-verify-dapp/blob/main/src/config.tsx) file to start the project in single check mode with hardcoded settings.
There you can set the **collection** required variable as well as the optional **pixel**, **callback**, **ref** and **age**.
## Roadmap
See the [open issues](https://github.com/multiversx/mx-nft-verify-dapp/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
One can contribute by creating _pull requests_, or by opening _issues_ for discovered bugs or desired features.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request