Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 641 Bytes

README.md

File metadata and controls

62 lines (41 loc) · 641 Bytes

DCS

This repo contains the smart contract for the Proof of Learn(PoL) ERC721 NFT

It's features are :

  • It's dynamic in nature
  • It's a soul-bound NFT
  • It can't be burned

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

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

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help