Open Gizmotronn opened 2 years ago
New task: fixing node errors:
Failed to compile.
src/components/Feed/Feed.jsx
Line 20:9: 'selectedCategory' is not defined no-undef
Line 39:42: 'selectedCategory' is not defined no-undef
src/components/Feed/components/AddPost.jsx
Line 12:31: 'useState' is not defined no-undef
Line 13:35: 'useState' is not defined no-undef
Line 16:34: 'processsContent' is not defined no-undef
Search for the keywords to learn more about each error.
selectedCategory
is not defined no-undef
AddPost.jsx
(identified as typos)
Setting up & cleaning up the boilerplate files to work with the Decentralised social network on the marketplace. Ignoring all other components (both frontend and backend/node) for now, we're just building Deddit as of right now.
selectedCategory
is not definedno-undef
AddPost.jsx
(identified as typos)Ethereum-Boilerplate
🚀DEMO: https://ethereum-boilerplate.github.io/ethereum-boilerplate
This boilerplate is built on react-moralis and Moralis. Also has its own context provider for quick access to
chainId
orethAddress
There are many components in this boilerplate that do not require an active web3 provider, they use Moralis Web3 API. Moralis supports the most popular blockchains and their test networks. You can find a list of all available networks in Moralis Supported Chains
Please check the official documentation of Moralis for all the functionalities of Moralis.
Boilerplate content