Coder Social home page Coder Social logo

worldcoin / world-id-docs Goto Github PK

View Code? Open in Web Editor NEW
69.0 8.0 32.0 27.52 MB

Developer documentation for the Worldcoin SDK and World ID.

Home Page: https://docs.worldcoin.org

License: MIT License

JavaScript 6.09% TypeScript 46.60% CSS 2.09% MDX 45.22%
managed-by-terraform

world-id-docs's Introduction

Worldcoin Documentation

This repository contains the technical documentation for the Worldcoin SDK and the World ID Protocol.

About World ID

World ID is the privacy-first identity protocol that brings global proof of personhood to the internet. More on World ID in the announcement blog post.

World ID lets you seamlessly integrate authentication into your app that verifies accounts belong to real persons through Sign in with World ID. For additional flexibility and cases where you need extreme privacy, Incognito Actions lets you verify users in a way that cannot be tracked across verifications.

Follow the Quick Start guide for the easiest way to get started.

📄 Documentation

All the technical docs for the Wordcoin SDK, World ID Protocol, examples, guides can be found at https://docs.worldcoin.org/

🧑‍💻 Developing locally

To develop locally and contribute to these docs, you can follow these steps after cloning the repo.

  • Activate required Node version (18.x)

    nvm use 18 # only if you are using nvm
    
  • Install dependencies

    pnpm install
  • Run locally

    pnpm start
  • Open browser at http://localhost:3000

  • To build the production bundle you can simply run.

    pnpm build

✨ Contributors

Thanks to all the contributors who have made the Worldcoin SDK possible!

Powered by

world-id-docs's People

Contributors

0xpenryn avatar 6str avatar allcontributors[bot] avatar bhakti087 avatar denis-bushaev avatar dependabot[bot] avatar francisrafal avatar giovannidisiena avatar igorosip0v avatar m1guelpf avatar maxpetretta avatar michaelfurutin avatar mmqxyz avatar paolodamico avatar snyk-bot-wld avatar worldcoin-ops avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

world-id-docs's Issues

Favicon uses old logo

Favicon in Google Chrome uses the old logo

I can't find the press kit online otherwise I would have created a PR

Question regarding BUILD_ID error

My attempt to contribute to the docs was halted by the following error,

after `git clone` ❯ brew install pnpm Running `brew update --auto-update`... ==> Auto-updated Homebrew! Updated 2 taps (homebrew/core and homebrew/cask). ==> New Formulae dalfox pdfrip yatas ==> New Casks notes-better wave

You have 134 outdated formulae and 2 outdated casks installed.

==> Downloading https://ghcr.io/v2/homebrew/core/pnpm/manifests/8.11.0
################################################################################################## 100.0%
==> Fetching pnpm
==> Downloading https://ghcr.io/v2/homebrew/core/pnpm/blobs/sha256:1bda8356a84ae61c9ce0f1a4d16ade37f58695
################################################################################################## 100.0%
==> Pouring pnpm--8.11.0.arm64_sonoma.bottle.tar.gz
==> Caveats
pnpm requires a Node installation to function. You can install one with:
brew install node
==> Summary
🍺 /opt/homebrew/Cellar/pnpm/8.11.0: 685 files, 13.3MB
==> Running brew cleanup pnpm...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see man brew).
❯ pnpm install
Lockfile is up to date, resolution step is skipped
Packages: +919
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Downloading registry.npmjs.org/typescript/4.9.5: 11.62 MB/11.62 MB, done
Downloading registry.npmjs.org/next/13.5.4: 16.80 MB/16.80 MB, done
Progress: resolved 919, reused 0, downloaded 918, added 919, done
Downloading registry.npmjs.org/@next/swc-darwin-arm64/13.5.4: 32.98 MB/32.98 MB, done

dependencies:

  • @docsearch/css 3.5.2
  • @docsearch/react 3.5.2
  • @headlessui/react 1.7.11
  • @mdx-js/loader 2.1.5
  • @mdx-js/react 2.1.5
  • @next/mdx 13.0.3
  • @radix-ui/react-scroll-area 1.0.3
  • @sindresorhus/slugify 2.1.1
  • @tailwindcss/typography 0.5.8
  • @vercel/og 0.5.7
  • @worldcoin/idkit 0.5.1
  • acorn 8.8.1
  • autoprefixer 10.4.7
  • clsx 1.2.1
  • dayjs 1.11.7
  • focus-visible 5.2.0
  • framer-motion 7.8.1
  • mdast-util-to-string 3.1.0
  • mdx-annotations 0.1.1
  • next 13.5.4
  • next-seo 6.0.0
  • next-sitemap 4.0.5
  • postcss-focus-visible 6.0.4
  • postcss-import 15.1.0
  • postcss-nesting 11.2.2
  • postcss-selector-matches 4.0.0
  • posthog-js 1.57.3
  • react 18.2.0
  • react-countup 6.4.2
  • react-dom 18.2.0
  • react-hook-form 7.43.9
  • recma-nextjs-static-props 1.0.0
  • rehype-mdx-title 2.0.0
  • remark-gfm 3.0.1
  • shiki 0.13.0
  • swr 2.1.3
  • tailwindcss 3.3.1
  • unist-util-visit 4.1.1
  • zustand 4.3.2

devDependencies:

  • @types/node 18.15.3
  • @types/react 18.0.28
  • @types/react-dom 18.0.11
  • cspell 6.29.3
  • eslint 8.26.0
  • eslint-config-next 13.0.2
  • prettier 2.7.1
  • prettier-plugin-sort-imports-desc 1.0.0
  • prettier-plugin-tailwindcss 0.1.13
  • ts-node 10.9.1
  • typescript 4.9.5

The dependency was already listed in devDependencies.
If you want to make it a prod dependency, then move it manually.

Done in 9.5s

❯ pnpm start

> [email protected] start /Users/owner/Documents/GitHub/world-id-docs
> next start

[Error: ENOENT: no such file or directory, open '/Users/owner/Documents/GitHub/world-id-docs/.next/BUILD_ID'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/owner/Documents/GitHub/world-id-docs/.next/BUILD_ID'
}
 ELIFECYCLE  Command failed with exit code 1.
❯ l

Do I simply need to touch BUILD_ID within the .next directory prior to calling pnpm start?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.