Update for 04-12-21 19:30

This commit is contained in:
Tyler Perkins 2021-12-04 19:30:01 -05:00
parent 1e8a89a4a9
commit 501ee1f76b
3 changed files with 11 additions and 1 deletions

View File

@ -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
View 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.

View File

@ -6,3 +6,4 @@ written in a decenteralized and trustless manner.
== Core techs ==
* [[Ethereum]]
* [[IPFS]]