https://github.com/guysuvijak/trave-smart-contract-sepolia
This is the Smart Contract for Pixture Traveler (deployed on the Sepolia testnet). It implements an ERC-721 NFT standard with base64-encoded metadata, designed to be fully on-chain with optimized code to minimize gas fees.
https://github.com/guysuvijak/trave-smart-contract-sepolia
Last synced: 2 months ago
JSON representation
This is the Smart Contract for Pixture Traveler (deployed on the Sepolia testnet). It implements an ERC-721 NFT standard with base64-encoded metadata, designed to be fully on-chain with optimized code to minimize gas fees.
- Host: GitHub
- URL: https://github.com/guysuvijak/trave-smart-contract-sepolia
- Owner: guysuvijak
- Created: 2024-12-18T08:38:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T08:54:24.000Z (5 months ago)
- Last Synced: 2024-12-18T09:39:21.360Z (5 months ago)
- Language: Solidity
- Homepage:
- Size: 5.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.js
```