stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
787 stars 314 forks source link

[SC] Implement RPC for smart contract API calls #2884

Open codingupastorm opened 5 years ago

bokobza commented 5 years ago

Are you sure you want to use RPC for smart contracts? I find using the API much easier and RPC frankly outdated.

codingupastorm commented 5 years ago

You might be onto something @bokobza.

We planned to put RPC in because it's the primary way that metamask-like tools interact with DApp frontends. Potentially we are better off just always going with localhost http / API though. It would feel more enterprisey to only have the one accessible way of doing things. Just thinking through whether there's any potential security flaws with that.

Might need to recruit more minds.