Request form
Cookbook may introduce a token in the future. Share and contribute to be eligible for future airdrops.
close icon
solidity-by-example

Solidity by Example

An introduction to Solidity with simple examples
Similar to the staking rewards contract. Difference is that reward amount may vary at each second.
image relating to the tagERC20
image relating to the tagStaking
image relating to the tagRewards
image relating to the tagDeployable
solidity-by-example profile picture
solidity-by-example
• version 1.0.0
deployable badgeDeployable
This is a minimal example of a contract that rewards users for staking their token.
image relating to the tagERC20
image relating to the tagStaking
image relating to the tagRewards
image relating to the tagDeployable
solidity-by-example profile picture
solidity-by-example
• version 1.0.0
deployable badgeDeployable
ERC20 crowd fund creator that allows users to create new funds where other users can pledge their tokens to a campaign. If the campaign does not reach its goal, users can withdraw their pledge.
image relating to the tagERC20
image relating to the tagCrowdfund
image relating to the tagFinance
image relating to the tagDeployable
solidity-by-example profile picture
solidity-by-example
• version 1.0.0
deployable badgeDeployable
An English auction is a process of selling goods and the most common form of auction. The price starts low and increases as buyers bid for the item until one buyer is left willing to pay a certain amount and a higher bid isn't received during the given time period.
image relating to the tagAuction
image relating to the tagSale
image relating to the tagNFT
image relating to the tagEnglish
image relating to the tagDeployable
solidity-by-example profile picture
solidity-by-example
• version 1.0.0
deployable badgeDeployable
An auction in which the auctioneer begins with a high asking price in the case of selling, and lowers it until some participant accepts the price, or it reaches a predetermined reserve price.
image relating to the tagAuction
image relating to the tagSale
image relating to the tagNFT
image relating to the tagDeployable
solidity-by-example profile picture
solidity-by-example
• version 1.0.0
deployable badgeDeployable