Skip to content

Aniebiet-Ime/AriseWallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Arise Wallet

A BitDevsUyo community project

Arise Wallet is an open-source initiative by the BitDevsUyo community. The goal is to build a Bitcoin non-custodial wallet while encouraging hands-on application of what we learn during our monthly socratic seminar,collaboration and learning across multiple stacks.


Branches

We currently maintain two main branches for development:

  • reactnative/dev → For React Native contributors
  • flutter/dev → For Flutter contributors

How to Contribute

We use GitHub Issues to coordinate work.

1. Pick an Issue

Go to the Issues tab and pick an issue you'd like to work on.

  • If you're new, look for issues labeled good first issue.
  • If you have an idea that isn't listed, open a new issue and discuss it before starting.

2. Claim the Issue

Comment on the issue to let others know you're working on it.

3. Fork and Clone

Fork the repository and clone your fork:

git clone https://github.com/YOUR-USERNAME/AriseWallet.git
cd AriseWallet

4. Check Out the Correct Branch

Check out the correct branch for your stack:

git checkout reactnative/dev   # for React Native work
git checkout flutter/dev   # for Flutter work

5. Create a Feature Branch

Create a feature branch:

git checkout -b issue-<ISSUE_NUMBER>-short-description

6. Make Changes and Push

Make your changes, commit, and push to your fork:

git add .
git commit -m "your commit message"
git push origin issue-<ISSUE_NUMBER>-short-description

7. Open a Pull Request

Open a Pull Request linking the issue.

Example:

Closes #12

Guidelines

  • Always link your Pull Request to an issue so we can track work.
  • Use clear commit messages (e.g. feat: add wallet creation, fix: bug in transaction signing).
  • Follow the branch coding style (reactnative/dev or flutter/dev).

Community

This project is built by BitDevsUyo for the community. We welcome contributions from developers of all levels.

Check the Issues page to get started today.

About

BitDevs Arise Wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors