frenchtoasters / Project-Ultimatum

0 stars 0 forks source link

Complete Smart Contract PoC #9

Open frenchtoasters opened 6 years ago

frenchtoasters commented 6 years ago

This story is to create the PoC for the Splash Pool smart contract.

frenchtoasters commented 6 years ago

This commit should give allow for use to use the MCT storage in the smart contract. Need to validate if the call to Normal NEO storage object is going to cost us an arm and a leg https://github.com/frenchtoasters/Project-Ultimatum/commit/f7bbe0b768ba19a99ac8341851fbebd836606cc5

frenchtoasters commented 6 years ago

This pull request outlines things pretty well in how the structs for the contract need to be laid out in storage and also creates how the MakeContribution function should work. Plus adds in lots of other stuff, rehash of switcheo contract. https://github.com/frenchtoasters/Project-Ultimatum/pull/13

frenchtoasters commented 6 years ago

I think the latest commit to the repo completes most of the C# contract, now that is done I see how much extra code the python contract needs and seems kinda foolish to waste time there. If we can already start testing and debugging C# even though microsoft is the devil and I dont want to install their bullshit to even debug it.

frenchtoasters commented 6 years ago

The latest pull request to the smart-contract branch has the latest python contract that will compile. I'm working on testing the contract and getting a neo private net up and running to do so.