merembablas / solidity-playground

Solidity smart-contract collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity Playground

Contracts

  1. LOL Token (ERC20)

    • Pausable
    • Burnable
    • Capped
  2. Gokil Heroes Collection (ERC721)

    • Withdraw and split balance transfers to teams
    • Contract owner can add teams
    • Whitelisted accounts with different price
    • Set maximum assets minted
    • Pausable
    • Burnable
  3. Gokil Domain Name Service

    • Registry
    • ERC721 compatible

How to use it

Please check test folder.

About

Solidity smart-contract collection


Languages

Language:JavaScript 54.4%Language:Solidity 45.6%