/dhive-contracts

Primary LanguageSolidityApache License 2.0Apache-2.0

dhive Posts Contracts

dhive is an all-in-one hub for tracking, connecting, and staying informed about the latest projects, governance developments, and peer discussions, all with personalized notifications to keep you ahead of the curve.

dhive contract (Sepolia Scroll): 0xab17f8d78f6b26c898208f45caba9dc05f9cfd39
check it out on https://sepolia.scrollscan.dev/address/0xab17f8d78f6b26c898208f45caba9dc05f9cfd39#code

Documentation

https://book.getfoundry.sh/

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

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

Cast

$ cast <subcommand>

Help

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