msali123 / blockchain_assignment

Blockchain Assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity Practice Assignments

Repository is created to understand basics of Solidity

  • State Variable
  • Structures
  • The import Statement
  • Contracts
  • Mappings
  • Events
  • ICO
  • Crowdsale
  • StableCoin etc.

Learn Solidity

Solidity Programing essentials and step by step learning

Prerequisite

To Run these examples please follow following steps

Installation on Windows

  1. Install *Ganache (https://github.com/trufflesuite/ganache/releases/download/v1.2.1/Ganache-1.2.1.appx)
  2. Install Truffle npm install -g truffle
  3. Start Test Network by running Ganache

Compile, Deploy and Test Project

  1. Inside that folder Compile with following command

    • truffle compile
  2. Deploy Contract with following command

    • truffle migrate
  3. Test Contract with following command

    • truffle test

About

Blockchain Assignments


Languages

Language:TypeScript 61.6%Language:JavaScript 22.5%Language:HTML 15.5%Language:CSS 0.3%