{"id":13525360,"url":"https://github.com/research-ag/wallet","last_synced_at":"2026-03-06T14:12:05.473Z","repository":{"id":195631578,"uuid":"693324085","full_name":"research-ag/wallet","owner":"research-ag","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-10T07:59:54.000Z","size":733,"stargazers_count":13,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-02T09:33:44.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/research-ag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-18T19:53:16.000Z","updated_at":"2024-09-13T19:14:56.000Z","dependencies_parsed_at":"2024-08-24T15:29:38.718Z","dependency_job_id":"a7b0f966-3d40-44ce-99e1-64da3926163d","html_url":"https://github.com/research-ag/wallet","commit_stats":null,"previous_names":["research-ag/wallet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/research-ag%2Fwallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/research-ag%2Fwallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/research-ag%2Fwallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/research-ag%2Fwallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/research-ag","download_url":"https://codeload.github.com/research-ag/wallet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246586087,"owners_count":20801025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T06:01:18.004Z","updated_at":"2026-03-06T14:12:00.447Z","avatar_url":"https://github.com/research-ag.png","language":"TypeScript","funding_links":[],"categories":["Wallets and Authentication"],"sub_categories":["Protocols"],"readme":"# ICRC-1 Wallet\n\n[![License: GPL3](https://img.shields.io/badge/License-GPL3-blue.svg)](https://choosealicense.com/licenses/gpl-3.0/#)\n[![React Version](https://img.shields.io/badge/React-18.2-blue.svg)](https://reactjs.org/)\n[![TypeScript Version](https://img.shields.io/badge/TypeScript-4.4.3-blue.svg)](https://www.typescriptlang.org/)\n[![Node Version](https://img.shields.io/badge/node-18.16.0-green.svg)](https://nodejs.org/es)\n[![dfx Version](https://img.shields.io/badge/dfx-0.14.1-violet.svg)](https://internetcomputer.org/docs/current/references/cli-reference/dfx-parent)\n\nICRC-1 Wallet is an application designed for Internet Computer Network. This project allows users to manage their digital assets and perform transactions with major ICRC1 cryptocurrencies. Whether you're a beginner or an experienced crypto enthusiast, ICRC-1 Wallet provides a user-friendly interface for your Wallet needs.\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Local deployment](#local-deployment)\n- [IC deployment](#ic-deployment)\n- [Features](#features)\n- [Technologies](#technologies)\n- [Usage](#usage)\n- [License](#license)\n\n## Getting Started\n\nTo get started with ICRC-1 Wallet, follow these steps:\n\n1. Clone the repository to your local machine:\n\n   ```\n   git clone git@github.com:research-ag/wallet.git\n   ```\n\n2. Change your directory to the project folder:\n\n   ```\n   cd wallet\n   ```\n\n3. Install the project dependencies:\n\n   ```\n   npm install\n   npm i -g ic-mops\n   mops install\n   ```\n\n## Local deployment\n\n1. Create canisters on local replica and save the ID shown in the output\n\n   ```\n   dfx start --clean --background\n   dfx canister create --all\n   ```\n\n2. Modify .env file in the root of the project with the previously saved IDs:\n\n   ```\n   # Canister id of RXDB replica canister\n   VITE_DB_CANISTER_ID=[db canister ID]\n   VITE_DB_CANISTER_HOST=http://localhost:8000\n   # SIWE canister id\n   CANISTER_ID_IC_SIWE_PROVIDER=[ic_siwe_provider canister ID]\n   ```\n\n3. Build canisters into the local replica\n\n   ```\n   make deploy-local\n   ```\n\n   Step by step and arguments needed are specify in Makefile (at project root).\n   Frontend will be deployed under the canister name \"assets\"\n\n4. For development server\n\n   ```\n   npm run dev\n   ```\n\n## IC deployment\n\n1. Create canisters on IC Blockchain and save the ID shown in the output\n\n   ```\n   dfx canister --ic create --all\n   ```\n\n2. Modify .env file in the root of the project with the previously saved IDs:\n\n   ```\n   # Canister id of RXDB replica canister\n   VITE_DB_CANISTER_ID=[db canister ID]\n   VITE_DB_CANISTER_HOST=https://identity.ic0.app\n   # SIWE canister id\n   CANISTER_ID_IC_SIWE_PROVIDER=[ic_siwe_provider canister ID]\n   ```\n\n3. Build canisters into the local replica\n\n   ```\n   make deploy\n   ```\n\nStep by step and arguments needed are specify in Makefile (at project root).\nFrontend will be deployed under the canister name \"assets\"\n\n## Features\n\n- Create and manage wallets for major cryptocurrencies.\n- View your digital asset portfolio and transaction history.\n- Send and receive cryptocurrencies securely.\n- Real-time cryptocurrency price tracking.\n- Support for Internet Computer Network's unique features.\n\n## Technologies\n\nICRC-1 Wallet is built using the following technologies:\n\n- React 18.2\n- TypeScript\n- Internet Computer Network with Dfinity.js (for blockchain interaction)\n- Redux for state management\n- Zod for declaration and validation of schemas\n- Radix for UI development\n- CVA for building type-safe UI components\n- Tailwind as utility-first CSS framework pack\n- i18next for language management\n\n## Usage\n\nOnce you have installed the project and started the development server, you can access the ICRC-1 Wallet application in your web browser. Here are some basic usage instructions:\n\n- Create a new wallet and secure your wallet information.\n- Add your cryptocurrencies and manage your digital assets.\n- Send and receive cryptocurrencies to and from other users.\n- Explore real-time price charts and market data.\n\n## License\n\nThis project is licensed under the GPL3 License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresearch-ag%2Fwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresearch-ag%2Fwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresearch-ag%2Fwallet/lists"}