Welcome to the public Skeletor Labs smart contracts repo -- built with Foundry — a blazing-fast, modular toolkit for Ethereum development. This repo contains auditable, tested, and gas-efficient contracts written in Solidity.
A simple and gas-efficient registry for storing testimonials off-chain (on IPFS) while keeping verifiable references on-chain. It includes:
- IPFS CID storage and mapping
- Deactivation by Author/Owner
- Like functionality (one like per address/testimonial)
- Public event logging for off-chain indexing
Planned features:
- More contracts coming soon...
- Solidity: Smart contract language
- Foundry: Rust-based Ethereum toolkit
forge: Build, test, and deploy contractsanvil: Local development EVMcast: Interact with deployed contracts
- OpenZeppelin: Industry-standard libraries
- IPFS (optional): Off-chain content addressing
Make sure you have Foundry installed:
curl -L https://foundry.paradigm.xyz | bash
foundryup