GithubHelp home page GithubHelp logo

hungtqh / algorand-custodial-wallet Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 692 KB

Algorand custodial wallet uses Tatum's API and SDK

License: MIT License

Shell 0.11% JavaScript 0.53% TypeScript 98.39% CSS 0.97%

algorand-custodial-wallet's Introduction

Algorand Custodial Wallet

UI/UX based on MyAlgo Wallet

Notice

The project is created for gitcoin Tatum Integration Celebration Bounty .

The project is not audited and should not be used in a production environment.

Table of Contents

Tech

  • NextJS
  • TypeScript
  • Prisma
  • SQLite
  • TailwindCSS
  • Redux
  • React

Prerequisite

  • NodeJS
  • NPM
  • git

Installation

  1. Clone the progject

    git clone [email protected]:soheil555/algorand-custodial-wallet.git
  2. cd into the project directory and install dependencies

    cd algorand-custodial-wallet
    npm install
  3. create env file

    cp .env.example .env.local
  4. edit .env.local file and set values for:

    COOKIE_PRIVATE=U87bp4MH9TdF3q56js2bGQ9wDTVhDFhyepxzNRrggxkWB6YA1u #just use a random string. for user session encryption
    TATUM_API_KEY= #get tatum API key from tatum website

โ€‹ sign up for Tatum API Key

โ€‹

  1. create database and database tables

    npx prisma db push
    npx prisma generate
  2. To run development server on http://localhost:3000 run:

    npm run dev
  3. For deployment run below commands in order:

    npm run build
    npm run start

Usage

Create Wallet

Copy address to clipboard

Delete Wallet

Rename Wallet

Get Wallet address QRCode

Send Algo

Receive Algo

Change User password

License

available under the MIT license. See the LICENSE file for more info.

algorand-custodial-wallet's People

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.