PXG.eth domains are extended ENS names which include built in functionality for verified NFT avatars. This app acts as a public facing NFT profile and also allows you to manage your PXG.eth name. There is a backend server set up which stores things like profile links in a traditional database. The backend server also provides convenient APIs to fetch information about a PXG.eth name so users are not required to have something like MetaMask to view the profiles.
Profiles can be accessed via https://pxg.wtf/:name. For example: https://pxg.wtf/nftboi
Each PXG.eth name is an NFT. This is how ownership is tracked. The resolving address of the name will always be the owner of the NFT. You can view existing names on OpenSea https://opensea.io/collection/pxg-eth and you can register new names at https://pxg.wtf.
This project was bootstrapped with Create React App and immediately ejected :) It uses TypeScript.
If you'd like to contribute please fork this repo.
We use Husky to run pre-commit hooks. When you commit Husky will run prettier and eslint. If there are errors you will need to fix them prior to committing.
Once your changes are good to go feel free to open a pull request.
Before running the following scripts make sure you have Node JS and Yarn installed. Then run yarn
in the project directory to install dependencies.
After installing dependencies, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Currently there are not front end tests.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.