Go Back
Lesson 1 || intro to web10 + web10 hello world
Make a Web10 Account + Identity
- go to your institution's web10 app store, and click on web10 social [example].
- in web10 social, hit the login button. The web10 auth popup should open.
- if you haven't signed up for web10, sign up for web10
- [optional] to be able to recover you password, add + verify your phone number!
- approve the requested services, and successfully log in!
- go to the my bio page, change the photo, bio, and name, hard reload the page.
- go to the my bio page, and make a post.
- add some other people in the class as contacts.
- hard reload the page, and load the feed. you should see your friends posts!
- congratulations, you made a web10 decentralized identity / account.
- the web10 app store is a PWA! Try installing it on your phone home screen via. chrome.
Make Your First web10 app!
- make a new repl html, css, js project
- copy all of the lesson 1 files into the repl
- in script.js, set the web10Auth variable to your orgs auth server.
- set the web10Reg variable to your orgs web10 provider.
- successfully log into your repl app through web10.
- your username should show up! try logging out.
- on repl, hit the github branch icon , commit, and push
your
changes
to a new repo named web10-lesson1.
- host your lesson 1 github repo to github pages!
- visit your web application on github pages. should be GITHUB_USERNAME.github.io/lesson7
- this should register your web app to the app server.
- Go to your orgs web10 app server in the web browser. your app should be up.
- Try changing the name of your app in the manifest.json to something unique.
- Look at the organization app store again. Congrats on publishing your first web10 app!
app not started