Skip to content

Instantly share code, notes, and snippets.

View lutfi-haslab's full-sized avatar
🎯
Focusing

lutfi-haslab

🎯
Focusing
View GitHub Profile

Workshop Blockchain

Requirements

  • NodeJS LTS
  • Ganache
  • Truffle SDK

|- api // folder express server |- prisma //folder prisma model schema |- src // folder vite react project

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "../../utils/Context.sol";
/**
* @dev Implementation of the {IERC20} interface.
*