Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

apodeixis/contracts

Repository files navigation

Solidity Contracts

License: MIT

We utilize Foundry to streamline development process.

Deploy

forge create src/Posts.sol:Posts \
    --rpc-url <your_rpc_url> \
    --private-key <your_private_key> \
    --constructor-args <your_owner_address> 

ABI

Extract pretty-formatted JSON with the ABI of the Posts.sol contract.

forge build --silent && jq '.abi' ./out/Posts.sol/Posts.json > ./out/Posts.sol/Posts.abi

About

Solidity contracts with Foundry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published