Skip to content

Nodroid7/Atomo_NFT_Explorer

Repository files navigation

NFT Marketing Example

This Project is a website how you can build your own NFT Marketplace. This project of course work on any EVM-compatible blockchain such as Polygon, Avalanche, Binance Smart Chain and other such chains.

Untitled Untitled1

🚀 Quick Start

📄 Clone or fork ethereum-nft-marketplace-boilerplate:

git clone https://github.com/ethereum-boilerplate/ethereum-nft-marketplace-boilerplate.git

💿 Install all dependencies:

cd ethereum-nft-marketplace-boilerplate
yarn install 
REACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
REACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server
const [contractABI, setContractABI] = useState();
const [marketAddress, setMarketAddress] = useState();

event MarketItemCreated ( uint indexed itemId, address indexed nftContract, uint256 indexed tokenId, address seller, address owner, uint256 price, bool sold );



🚴‍♂️ Run your App:
```sh
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published