Update for 04-12-21 19:30
This commit is contained in:
parent
1e8a89a4a9
commit
501ee1f76b
@ -26,4 +26,9 @@ also makes it so that infinite computation requests are not possible.
|
||||
Code can be written and submitted to EVM storage, to be run on the EVM. These
|
||||
snippets of code are called smart contracts. The script is called and given
|
||||
paramaters, then the EVM exectues that script and returns the state onto the
|
||||
blockchain.
|
||||
blockchain.
|
||||
|
||||
Any smart contract can be put onto the block chain's data layer for a fee, and
|
||||
then can be again executed for a fee.
|
||||
|
||||
|
||||
|
4
tech/IPFS.wiki
Normal file
4
tech/IPFS.wiki
Normal file
@ -0,0 +1,4 @@
|
||||
= IPFS =
|
||||
|
||||
IPFS or the Interplanetary File System is a distributed file system designed
|
||||
for high speed loading of resources over the network.
|
@ -6,3 +6,4 @@ written in a decenteralized and trustless manner.
|
||||
== Core techs ==
|
||||
|
||||
* [[Ethereum]]
|
||||
* [[IPFS]]
|
||||
|
Loading…
Reference in New Issue
Block a user