Skip to content

Instantly share code, notes, and snippets.

View Graeme22's full-sized avatar

Graeme Holliday Graeme22

View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract DecentralizedStockWithAMM is ERC20 {
uint public reserveToken;
uint public reserveEther;