Deploy your Any WebApp using Spheron

Deploy your any DAPP or any webapp on Decentralized Networks like Arweave, Filecoin,Skynet using Spheron.

·

2 min read

Table of contents

No heading

No headings in the article.

So, Before I tell you the How to deploy WebApp using Spheron. First let me tell you,
What is Spheron?
Spheron is Vercel for Web3. Spheron let's you deploy WebApp on multiple decentralized protocol like Arwave, Skynet, Filecoin, Pinata by removing the complex layers of deployment and making it simple for developers to Build & Ship product faster. One Amazing thing which I like about Spheron is that you can also deploy your Web2 projects easily. YouHeardThatRightLuisSuarezGIF.gif

Now you know what is Spheron and What Problem they are trying to solve. Let's deploy a simple webapp. Few months back I was learning about Graphql and I have simple project which fetches the response from server and is displayed in FrontEnd using React ([github.com/Ankit85/graphql-with-react])

So Deploying Project on Spheron Network is done in 3 Simple Steps:-

  1. Sign with your Github, Gitlab, Bitbucket Account. Once you SignIn you will see below Dashboard. Click on New Project s1.png

Connect Github, Gitlab, Bitbucket where your project is. s2.png

Select the repository you want to deploy s3.png

2. Select a Protocol where you want to deploy your webapps its like choosing between AWS, GCP etc. I have Selected Arweave. You can choose any protocol you want. s4.png

3.Now, in this step you have to choose which Frameworks you app is Spheron supports almost support all the popular frameworks out there.** s6.png

Also, remember if your project has any env variable than add that variables under the env. Since my project don't require any I have left that as it is.

s7.png

It will Ask you to connect & SignIn using Metamask account for first time deployment only. s14.png

Now click on deploy and relax. TomJerryGIF.gif

Once Deployment is done you will get Link https://graphql-with-react-xxgpam.spheron.app/ like this.

Want to know more about Spheron ? Click here

That's it. Yes It's that simple.