Solidity smart contract environment tailored for fast smart contract development with minimal dependencies.
An on-chain ERC20 factory designed for gas efficiency. Deploys the ERC20 contracts on-chain using runtime supplied arguments. The ERC20 source code is stored as a constant storage variable part of the factory contract, allowing for a cheaper than normal ERC20 factory,
A general factory contract that allows for deploying arbitrary contracts with runtime supplied bytecode.
ERC20 interface
SafeMath library from openzeppelin
Basic contract ownership capabilities
A contract allowing for the creation of unidirectional ETH and ERC20 payment channels, with the ability for micropayments (withdrawing from a channel without closing it).
Bytes manipulation contract
Address data type utilities