Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up code for open #18

Closed
2 tasks done
frankiebee opened this issue Dec 19, 2023 · 2 comments
Closed
2 tasks done

Clean up code for open #18

frankiebee opened this issue Dec 19, 2023 · 2 comments
Assignees
Labels
anchor Issue lists to encapsulate a concept blocked

Comments

@frankiebee
Copy link
Collaborator

frankiebee commented Dec 19, 2023

things to clean:

@frankiebee frankiebee added this to the Open sourcing milestone Dec 19, 2023
@frankiebee frankiebee added anchor Issue lists to encapsulate a concept backlog labels Jun 12, 2024
@mixmix
Copy link
Contributor

mixmix commented Jun 17, 2024

File structure!

src
├── commands
│   ├── accounts
│   │   └── index.ts
│   ├── balance
│   │   └── index.ts
│   ├── config
│   │   └── index.ts
│   ├── entropy
│   │   └── index.ts
│   ├── programs
│   │   └── index.ts
│   ├── register
│   │   └── index.ts
│   ├── sign
│   │   └── index.ts
│   ├── template
│   │   └── index.ts
│   └── transfer
│       └── index.ts
├── flags
├── index.ts
└── tui
    └── index.ts

@mixmix mixmix assigned frankiebee and unassigned rh0delta Jun 17, 2024
@frankiebee frankiebee mentioned this issue Jun 24, 2024
9 tasks
@mixmix mixmix mentioned this issue Jul 16, 2024
@mixmix
Copy link
Contributor

mixmix commented Jul 29, 2024

superceded

@mixmix mixmix closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
anchor Issue lists to encapsulate a concept blocked
Projects
None yet
Development

No branches or pull requests

3 participants