lodgeit-labs / accounts-assessor

This repository hosts a practical research into leveraging logic programming to solve accounting problems.
GNU Affero General Public License v3.0
7 stars 1 forks source link

smart contracts integration #14

Open koo5 opened 4 years ago

koo5 commented 4 years ago

https://www.dropbox.com/home/LodgeiT/Knowledge%20Content/CryptoContracts

this shows how we may scan the ethereum ledger to get data out:: https://ethereum.stackexchange.com/questions/48271/how-to-query-ethereum-contract-to-get-data-from-it

The crypto contract maker relies on schemas i.e. I want to make some loan for a car. It's useful to be able to select a. Asset. b. Type of asset. and c. perhaps even some unique asset attribute like VIN or Chassis number

Andrew, 9:37I think it will be useful if the crypto contract maker can leverage the same schemas/RDF that we use for reporting. In such a case where all activities of an enterprise are encoded as smart contracts and all contracts can be parsed by some machine reader, then probably there is no need for an accounting system database.

presumably, what we could extract from ethereum ledger: transactions to/from some account smart contract activity?

koo5 commented 3 years ago
    theGraph
        - index IPFS-stored data
        https://github.com/graphprotocol/everest/tree/bbfc5296fbbe3f3323c4e385d105af0a4244681f

    https://comunica.dev/
        ...