Signal-K / marketplace

Marketplace repository (demo) for Star Sailors assets
3 stars 1 forks source link

Set up Ethereum-Boilerplate for "Deddit (#7)" #8

Open Gizmotronn opened 2 years ago

Gizmotronn commented 2 years ago

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.

Ethereum-Boilerplate

React components and hooks for fast building dApps without running own backend

🚀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 or ethAddress

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.

Dapp

Boilerplate content

Gizmotronn commented 2 years ago

7

Gizmotronn commented 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.
Gizmotronn commented 2 years ago