Skip to content

Instantly share code, notes, and snippets.

@k26dr
Created October 24, 2025 16:07
Show Gist options
  • Select an option

  • Save k26dr/f2ec60a3f8bf6a672a5caeb3b756dd9c to your computer and use it in GitHub Desktop.

Select an option

Save k26dr/f2ec60a3f8bf6a672a5caeb3b756dd9c to your computer and use it in GitHub Desktop.
TheBook
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract TheBook {
function book(string calldata name, string calldata text) external {}
}
kedar@kedar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment