58578/fetch-excel-which-file-that-bulk-data-smart-contract-validate
There's a similar post here: https://www.edureka.co/community/43825/can-import-excel-files-into-contract-record-the-transaction
You can not directly import an excel/csv file in your smart contracts but you have a few workarounds: Convert the data in the csv file into JSON file and use the JSON format in Smart Contracts. (Refer: https://www.blockchain.com/de/api/blockchain_api) Process the data in the csv file using client-side script like Javascript and then send this processed data to smart contract. Use Oraclize
To expand on Matthew's answer, each state ...READ MORE
You cant access/embed real world data using ...READ MORE
Smart contracts can be definitive if they ...READ MORE
Hey, @Amal, It will automatically take the address ...READ MORE
Any contract code written on the blockchain ...READ MORE
Whenever a smart contract receives ether via ...READ MORE
Yes, the contract is distributed by every node ...READ MORE
Any modification to the Ethereum Blockchain will ...READ MORE
To do this, you need to represent ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.