Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketshevkar/npasmartcontract
Ethereum Smart Contract related for bank stressed assets and NPA's
https://github.com/sanketshevkar/npasmartcontract
Last synced: 28 days ago
JSON representation
Ethereum Smart Contract related for bank stressed assets and NPA's
- Host: GitHub
- URL: https://github.com/sanketshevkar/npasmartcontract
- Owner: sanketshevkar
- Created: 2020-01-31T09:39:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T10:00:57.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T08:50:58.373Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#CookBook
The Structure contains all the elememts present in the csv file and each entry is associated with an "id".
Three Functions are Included in the contract:
1.read using id:
Gives out the details for a particular entry related to that id.2.read using bank_name:
Gives out all the entries for a particular bank. Uses stringCompare function to match the name of the bank.3.compareString:
Returns boolean after comparing two strings. Similar functions like retrieving data using borrower name or type of sector can be created.