Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 529 Bytes

Project Overview

This repository contains Solidity smart contracts for:

  1. Token Sale Smart Contract
  2. Decentralized Voting System
  3. Token Swap Smart Contract
  4. Multi-Signature Wallet

Folder Structure

All the contracts are organized in the src folder:

/token-sale-smart-contract
  /src
    - TokenSale.sol

/decentralized-voting-system
  /src
    - DecentralizedVoting.sol

/token-swap-smart-contract
  /src
    - TokenSwap.sol

/multi-signature-wallet
  /src
    - MultiSigWallet.sol