zadahmed / cross-chain-marketplace-layerzero

A Cross Chain Marketplace build using LayerZero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Sample Hardhat Project

This project demonstrates an advanced Hardhat use case, integrating other tools commonly used alongside Hardhat in the ecosystem.

The project comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts. It also comes with a variety of other tools, preconfigured to work with the project code.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help
REPORT_GAS=true npx hardhat test
npx hardhat coverage
npx hardhat run scripts/deploy.ts
TS_NODE_FILES=true npx ts-node scripts/deploy.ts
npx eslint '**/*.{js,ts}'
npx eslint '**/*.{js,ts}' --fix
npx prettier '**/*.{json,sol,md}' --check
npx prettier '**/*.{json,sol,md}' --write
npx solhint 'contracts/**/*.sol'
npx solhint 'contracts/**/*.sol' --fix

Contract Addresses

NFT Contract Address on Fuji - 0x025EF5a2d6AF68E229fC9A49681a64ce0787D520 Explorer - https://testnet.snowtrace.io/address/0x025EF5a2d6AF68E229fC9A49681a64ce0787D520

Test Marketplace Contract Addesseses on Rinkebey - 0x6b49795FF24F2d23631d97E6fA235f9E2AF00911 Explorer - https://rinkeby.etherscan.io/address/0x6b49795FF24F2d23631d97E6fA235f9E2AF00911

LZ - Rinkby - 0x5a6ef98aDcf9dF1903956cCfA46a00Bff6628FA0 LZ - Fuji - 0x819d5e4b469b428DC542b13a3319EDfFD58aC2E2

About

A Cross Chain Marketplace build using LayerZero


Languages

Language:Solidity 80.9%Language:JavaScript 12.4%Language:TypeScript 6.7%