DefiHackathon-2022/config.terrain.json
Array in a Matrix c2e75206df
Alex payup (#1)
* payup method work-in progress

buisness is the owner of the contract--> requests the amount on the bill--> the customer interacts with the same contract to pay the bill

* added payup funtion and other stuff related to that in other files

* pay_up works

* attempting bill splitting

* trying to deploy

* map and payer count works

* added demo video

* final product. Transfering funds not perfected

Co-authored-by: alex324998301 <102430172+alex324998301@users.noreply.github.com>
Co-authored-by: alex324998301 <abdullah.syed@ryerson.ca>
Co-authored-by: BiPhan4 <bi.phan@ryerson.ca>
2022-03-27 09:34:43 -04:00

43 lines
765 B
JSON

{
"_global": {
"_base": {
"store": {
"fee": {
"gasLimit": 2000000,
"amount": {
"uluna": 1000000
}
}
},
"instantiation": {
"fee": {
"gasLimit": 2000000,
"amount": {
"uluna": 1000000
}
},
"instantiateMsg": {
"bill": 20000000
}
}
}
},
"mainnet": {
"_connection": {
"chainID": "columbus-5",
"URL": "https://lcd.terra.dev"
}
},
"testnet": {
"_connection": {
"chainID": "bombay-12",
"URL": "https://bombay-lcd.terra.dev"
}
},
"localterra": {
"_connection": {
"chainID": "localterra",
"URL": "http://localhost:3060"
}
}
}