bws9000 / smart-contract-tests

testing for educational purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smart-contract-tests

Testing contracts for educational purposes

contents

  • (1) - Factory Design Pattern with Solidity: branch - (basic-factory-pattern)
  • (2) - Add more Features to BasicERC721: branch - (upgrade-erc721-token)
  • (3) - Enable private / public minting add modifiers: branch - (add-more-features-erc721)
  • (4) - Add ERC721 deployment subscription / rentrancy guard mint: branch (beef-up-security)

usage

  • npm install
  • npm test

About

testing for educational purposes


Languages

Language:JavaScript 58.8%Language:Solidity 41.2%