Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.