-rw-r--r-- | .gitignore | 7L |
-rw-r--r-- | Makefile | 14L |
-rw-r--r-- | README.md | 138L |
-rw-r--r-- | doc/texinfo/Makefile | 5L |
-rw-r--r-- | doc/texinfo/contract.texi | 66L |
-rw-r--r-- | doc/texinfo/index.texi | 4L |
-rw-r--r-- | doc/texinfo/intro.texi | 49L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/Makefile | 2L |
-rw-r--r-- | python/evm_booking/__init__.py | 1L |
-rw-r--r-- | python/evm_booking/booking.py | 171L |
-rw-r--r-- | python/evm_booking/data/Booking.bin | 1L |
-rw-r--r-- | python/evm_booking/data/Booking.json | 1L |
-rw-r--r-- | python/evm_booking/data/Booking.metadata.json | 1L |
-rw-r--r-- | python/evm_booking/data/__init__.py | 3L |
-rw-r--r-- | python/evm_booking/time.py | 68L |
-rw-r--r-- | python/evm_booking/unittest/__init__.py | 1L |
-rw-r--r-- | python/evm_booking/unittest/base.py | 48L |
-rw-r--r-- | python/requirements.txt | 2L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 36L |
-rw-r--r-- | python/setup.py | 26L |
-rw-r--r-- | python/test_requirements.txt | 4L |
-rw-r--r-- | python/tests/test_base.py | 223L |
-rw-r--r-- | python/tests/test_time.py | 114L |
-rw-r--r-- | solidity/Booking.sol | 291L |
-rw-r--r-- | solidity/Makefile | 12L |