Publish On IPFS using FVM smart Contract #604
Replies: 1 comment 1 reply
-
Hi! The FVM allow users to deploy smart contracts to the Filecoin blockchain. Currently the FEVM (the Ethereum Virtual Machine on Filecoin) allows you to do this by writing smart contracts in a language that compiles to EVM bytecode, such as the popular language Solidity. The FEVM is actually built on top of the FVM, and is currently the only runtime that is supported! Also please note that IPFS and Filecoin are separate networks (although they share a lot of the same technology) For now files uploaded are done outside the FVM as described here: You can also checkout the Spacewarp cheatsheet for a good overview of the ecosystem and some possible design patterns: Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Hey , i am very new to this FVM and i wanted to know what it can do and what it can't do . If you can't upload files through FVM then how can you do it without FVM . Also how do you make a ownership and access control through FVM .
Beta Was this translation helpful? Give feedback.
All reactions