isol
v0.0.5
Published
isol | Interface SmartContract Solidity - A modern smart contract toolkit
Maintainers
Readme
Installation
foundry for install
forge install thefactlab-org/isol OpenZeppelin/openzeppelin-contractsand add fileremappings.txtwith@thefactlab-org/=lib/contracts/
npm i isolQuick 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