๐
What's happening?
Pinned Loading
-
StringRepeater.sol
StringRepeater.sol 1pragma solidity ^0.4.13;
23contract Repeater {
4function multiply(uint8 repeat, string pattern) returns (string) {
5bytes memory bpattern = bytes(pattern);
-
DateTime.sol
DateTime.sol 1pragma solidity ^0.8.0;
23library DateTime {
4uint256 constant SECONDS_PER_DAY = 24 * 60 * 60;
5int256 constant OFFSET19700101 = 2440588;
-
dapp-starter
dapp-starter Public templateForked from lizhming/dapp-starter
A dApp starter kit template to quick start a dapp project with Next.js + Tailwind CSS + Ethers + wagmi + RainbowKit.
TypeScript 1
-
hardhat-template
hardhat-template Public templateForked from PaulRBerg/hardhat-template
Combines Hardhat, TypeChain, Ethers, Waffle, Solhint, Solcover and Prettier
TypeScript 1
-
foundry-template
foundry-template Public templateForked from PaulRBerg/foundry-template
Foundry-based template for developing Solidity smart contracts
Solidity
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.