Skip to content

Source code for GCS GEN art contract.

Notifications You must be signed in to change notification settings

designoor/giga-city-streets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

Resources

Stars

Watchers

Forks