jtmusselman-fundamentals-an.../README.md

15 lines
581 B
Markdown
Raw Normal View History

2022-05-06 09:34:51 +00:00
# Accounting Prototype
This prototype was created for Salmon Finance Inc. A brief summary of the requirements:
- Selecting names for types to represent errors, transactions, and the accounting structure
- Implement a `deposit()` function and a constructor
- Provide function signatures for `withdraw()` and `send()`
- Set up a scenario to run as a binary
Please refer to the [original contract](https://liveproject.manning.com/module/1167_3_1/accounting-with-fundamental-rust) for details.
Made by Trout Consulting
2022-04-15 16:08:19 +00:00
Repository for liveProject: Accounting with Fundamental Rust