Skip to content

mcxross/move-registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

account.tech - Move Registry

This repository contains the Move source code for different Account implementations.

Account Types Overview

Type Description Use Cases Status Contributors
Multisig Account requiring M-of-N signatures Treasuries, Developers, Creators Fully tested, pending audit @thounyy
P2P Ramp Account for exchanging crypto and fiat with escrow protection Merchants, KYC-free Not tested, not audited @thounyy @astinz

Contributing a New Account Type

To contribute a new account type to the registry, please follow the guidelines below and feel free to message us on Telegram or Twitter if you have any questions.

Development Workflow

We follow a fork and pull request workflow:

  1. Fork the Repository: Create your own fork from the main branch
  2. Create a new branch: Use the prefix config/ for new account configs, feature/ for new features, fix/ for bug fixes, chore/ for other changes
  3. Make Changes: Implement your smart account in the packages/community/ directory
  4. Test: Ensure proper test coverage and that all tests pass
  5. Commit Changes: Use clear, descriptive commit messages
  6. Submit a Pull Request: Create a PR from your fork to the main repository

Implementation Guidelines

  • Each smart account implementation should be in its own package
  • Follow the implementation guide in our docs.
  • Use the same name for your smart account config everywhere
  • Follow Move Conventions
  • Include clear comments explaining the purpose and functionality
  • Write a short README in your config directory by duplicating the Template

About

A collection of smart account implementations using our Move framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Move 100.0%