No description
Find a file
Musselman b1b115b45c
Feature: Add Transaction Functions
You can now deposit, withdraw, and send money
2024-08-27 10:43:21 -05:00
src Feature: Add Transaction Functions 2024-08-27 10:43:21 -05:00
.gitignore contract ended 2022-05-06 11:38:50 +02:00
Cargo.lock Feature: Add Transaction Functions 2024-08-27 10:43:21 -05:00
Cargo.toml contract ended 2022-05-06 11:38:50 +02:00
README.md 📝 Chore: Update Readme to include company in header 2024-08-22 15:23:07 -05:00
sumi.toml 🎨 Chore: Add Git Sumi 2024-08-22 15:21:04 -05:00

Accounting Prototype for Trout Consulting

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 for details.

Made by Trout Consulting

Repository for liveProject: Fundamentals and Accounting