https://github.com/intu-labs/intu_frontend

https://github.com/intu-labs/intu_frontend

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.5%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: intu-labs
  • Language: JavaScript
  • Default Branch: main
  • Size: 800 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

drawing

:computer: Interface Example

A basic decentralized application in JavaScript to provide an "invisible" on-chain account creation experience for end-users.

:tada: What is it?

This is code that can be ran alongside our Automated Co-Signer.

It allows an end-user to create a on-chain account for your dApp without needing a wallet or gas. The goal is to get your user into your dApp seamlessly, without realizing they're even on-chain.

:rocket: Getting Started

  1. Clone the repo
  2. Rename the .env.example file to .env,
  3. In the .env file, Replace the placeholder (e.g. "0x12345") of NODE_SIGNER_PUBLIC_1 = "" and NODE_SIGNER_PUBLIC_2 = "" with the public addresses of your Automated Co-Signers (node_signers)

Note: A minimum of 3 participants/factors are required to create in INTU account. You must run 2 Co-signers, or expect the end-user to participate twice.

  1. Add in a clerk pub key: https://clerk.com/

Note: you can use any Web2/Cloud-based service to log-in users

  1. Run npm i && npm start and it should be up and running!

:alien: Why SKALE?

This example is set to run on the SKALE Testnet. Any EVM network can be supported. Chain ID : 974399131 SKALE is an ideal network for creating and using INTU accounts: - Gasless - Near instant finality - Built on/for Ethereum

INTU accounts created and utilized on SKALE can be used form transactions for any EVM-compatible chain.
SKALE is used for participant communication and data storage, and the completed transaction can be broadcast to any EVM-compatible chain.

This application uses a SKALE Testnet sFUEL distributor run by INTU, which may not be always available.

If you wish to set up your own sFuel distributor, more information can be found here.

What does this application actually do?

  1. The end-user clicks on "Sign In" with any of the available options.
  2. Once signed in, the INTU SDK creates and manages a Web3 Account (ECDSA Keypair) associated with that method of user authentication.
  3. This Web3 Account is funded with sFUEL for use with SKALE.
  4. The INTU SDK automatically begins the account creation process
  5. Automatated Co-Signers pick up the event, and support the account creation process using multi-party computation. Note: Automated Co-signers are not maintained by INTU. These can be maintained and operated by your application, and can be deployed to a variety of cloud-based services.
  6. During Decentralized Account Generation, we recommend end-users to provide any additional profile details, such as e-mail, name, handle, etc. This process can last up to 45 seconds, depending on blockchain speed and the end-users device.
  7. Once complete, the end-user can carry out any on-chain operation. This particular example includes "Claim NFT" as their first Web3 interaction.

:tada: Congratulations! Using nothing more than an e-mail address, you've successfully brought your end-user on-chain! No gas, no wallet, no seed phrase required!

:fire: How is this different than other solutions?

  • The account is dynamic! Evolve your end-user to full self-custody, removing or reduce dependence on Automated Co-signers
  • Using Automated Co-signers allows your application to enforce KYC, protect against bots and spam, or enforce other application-specific policies, while keeping end-user account authority
  • Broad compatibility with most on-chain applications and blockchain networks
  • INTU provides technology, not a service! Build the account solution directly into your product.

Questions?

:email: dev@intu.xyz :email: 🏮 discord 🏮

License

The MIT License (MIT)

Copyright (c) 2024 Intu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Owner

  • Name: INTU
  • Login: intu-labs
  • Kind: organization
  • Email: dev@w3key.co

Simple SDKs with Advanced Cryptography - Get Users On-chain!

GitHub Events

Total
Last Year