Curative list of all protocols in Web3 Space
If you want to contribute or make fixes to the list.
You must be running Node version 12 or higher due to the Tailwind 2.0 release. I recommend using NVM to easily manage your Node versions if you need to switch back and forth between older versions.
To find your current node version:
node --version
git clone https://github.com/kingzamzon/web3-protocols
Install the site and run an initial build command:
cd web3-protocols
npm install
npm run build (only necessary the first time!)
If you get errors here, double check your node version!
Now spin up your local server to see your site!
npm run start
This command will start a local server and you'll be able to work on your site with hot reloads and some nice Browsersync features. 💥