evm-booking

EVM smart contract for ERC20 backed time slot booking
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2023-06-09 16:07Fix missing parantheses in textlash2+6-4
2023-06-09 13:30Add documentationlash13+306-23
2023-06-02 16:27Update python package descriptionlash2+2-2
2023-06-02 16:22Add expire testlash3+21-2
2023-06-02 16:04Implement automatic expiry calculation for time based modulelash8+110-19
2023-06-02 15:19Add balance check for consume methodlash1+8-0
2023-06-02 15:13Add token transfer on consumelash8+112-10
2023-06-02 14:37Add time based interfacelash6+171-9
2023-06-01 18:26Add raw reserved output with testlash6+116-6
2023-06-01 08:29Add deposit method and resolution unit testlash7+53-9
2023-05-30 12:16Add writer, owner, share/consume distinctionlash6+100-24
2023-05-30 10:20Add slots for shared deposits, deposit sync functionlash6+80-20
2023-05-30 08:27Reserve testlash6+56-22
2023-05-29 13:49Initial commitlash17+973-0