志が高く実力ある学生は、ビジネス現場での実践を通して自身のスキルを磨き、理想のキャリア実現を求めている。その経験数、質をより向上させるため、Web3型ジョブマッチングプラットフォーム”Bound”を提供する。これは以下の3つの優れた体験を学生に提供する。
- 学生が自身のスキルと経験を企業の発行のNFT(SBT)で証明、技術チェックなどの選考プロセスを短縮したプロジェクトへの参画
- ブロックチェーンによる技能、実績証明、仮想通貨決済、スマートコントラクトによる業務契約によって学生、企業の国境を越えたマッチング
- 将来的にはジョブの掲載企業に独自トークンを発行。明確なインセンティブによって多くのジョブが集まりトランザクションの生成
既存のWantedlyなどのジョブプラットフォームと違い、Boundでは自身のウォレットによるスキル証明、スマートコントラクトによる企業との契約、報酬付与によって国境を越えて多くの企業のジョブへのアクセスが可能となる。そこでの実績がオンチェーン上に保存され自身のスキル証明とWeb3ライクなキャリア育成を可能にする。
Please visit our Notion 🚀
- First please watch Our Vision Demo 🎥
- Access to Product URL 🧑💻
- Login with your own wallet and go to a project page
- Apply a project and Mint NFT. After Status botton Changed to "Minted", your transaction successfully completed.
- Check your own transaction in Thirdweb Dashboard
For any questions, suggestions, join our discord at Bound.xyz Discord Channel.
This example demonstrates how to use thirdweb Auth with Supabase.
Before running the project, you'll need to seutp and configure Supabase as specified here.
To run the project, first clone this repository, and then run one of the following commands to install the dependencies:
npm install
# or
yarn installNext, you need to create a .env.local file and add the ADMIN_PRIVATE_KEY variable to it with the private key of the wallet you want to use as the admin wallet to generate and verify payloads. Your file should use something like the following:
ADMIN_PRIVATE_KEY=...Finally, you can run the project with one of the following commands:
npm run dev
# or
yarn devNow, you can navigate to http://localhost:3000 to visit the client side page where you can connect a wallet, sign-in with ethereum and view the payload, and use the payload to authenticate with the backend.
To learn more about thirdweb, take a look at the following resources:
- thirdweb Auth Documentation - learn about thirdweb Auth.
- thirdweb React Documentation - learn about our React SDK.
- thirdweb Portal - check our guides and development resources.
You can check out the thirdweb GitHub organization - your feedback and contributions are welcome!