diff --git a/tech/Ethereum.wiki b/tech/Ethereum.wiki index 219cbb3..8d95bfa 100644 --- a/tech/Ethereum.wiki +++ b/tech/Ethereum.wiki @@ -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. + + diff --git a/tech/IPFS.wiki b/tech/IPFS.wiki new file mode 100644 index 0000000..82c2d85 --- /dev/null +++ b/tech/IPFS.wiki @@ -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. diff --git a/tech/Web3.wiki b/tech/Web3.wiki index 1c91058..514fb73 100644 --- a/tech/Web3.wiki +++ b/tech/Web3.wiki @@ -6,3 +6,4 @@ written in a decenteralized and trustless manner. == Core techs == * [[Ethereum]] +* [[IPFS]]