0xryowa / giga-city-streets

Source code for GCS GEN art contract.

Home Page:https://gigacity.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Giga City Streets

ERC721A contract for GEN art by 0x50b. Contract based off NFT project Giga City, and at @X.

Getting started

First, install the dependencies. In our case there is only a single dependency: Foundry. The rest is all included in the repository.

Usage

To get the contract building.

$ forge build

Test

First command tests the contract, the second outputs the logs, and the third includes test coverage report generation.

$ forge test
$ forge test -vv
$ forge test -vv && forge coverage --report lcov

Gas Snapshots

$ forge snapshot

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

About

Source code for GCS GEN art contract.

https://gigacity.gg


Languages

Language:Solidity 100.0%