Send DeFi is a general purpose DeFi ecosystem on Aptos.
aptos move compile
aptos move test
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Contributions in the following are welcome:
- Report a bug.
- Submit a feature request.
- Implement feature or fix bug.
- Add New Move module to
sources
dir, such asMyModule.move
. - Write Move code and add unit test in the module file.
- Run script
./script/build.sh
for build and generate documents.