Skip to content

thefactlab-org/isol

Repository files navigation


isol | Interface SmartContract Solidity - A modern smart contract toolkit.

Installation

foundry for install
forge install thefactlab-org/isol OpenZeppelin/openzeppelin-contracts and add file remappings.txt with @thefactlab-org/=lib/contracts/

npm i isol

Quick Start

pragma solidity ^0.8.30;

import "isol/contracts/kit/KitxERC20.sol";

contract Kit is KitxERC20 {
    constructor()
        KitxERC20(
            "Kit Token", // Name (string)
            "KIT", // Symbol (string)
            1000000 // Initial Supply (number: uint256)
        )
    {}
}

Donate

Support core development team and help to the project growth.

0x6A74308F267c07556ED170025AE2D1753F747E20

About

isol | Interface SmartContract Solidity - A modern smart contract toolkit. https://isol.thefactlab.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors