An open API service indexing awesome lists of open source software.

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.

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
```