├── .gitignore ├── README.md ├── main.py ├── setup_ganache.py └── task.py /.gitignore: -------------------------------------------------------------------------------- 1 | ganache-be/ 2 | .idea/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dragon0513/assignment-backend-main/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dragon0513/assignment-backend-main/HEAD/main.py -------------------------------------------------------------------------------- /setup_ganache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dragon0513/assignment-backend-main/HEAD/setup_ganache.py -------------------------------------------------------------------------------- /task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dragon0513/assignment-backend-main/HEAD/task.py --------------------------------------------------------------------------------