Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 880 Bytes

USAGE.md

File metadata and controls

25 lines (18 loc) · 880 Bytes

Usage

Working the Makefile

This repository utilizes a Makefile to automate common tasks. To see a list of available commands, run make in the root of the project.

$ make

 Makefile
 > The following Makefile is used for various actions for the Sonr project.

 bind        :   Binds Android, iOS and Web for Plugin Path
 └─ android       - Android AAR
 └─ ios           - iOS Framework
 └─ web           - iOS Framework
 proto       :   Compiles Go Proto Files and pushes to Buf.Build
 └─ go            - Generate to x/*/types and thirdparty/types/*
 └─ buf           - Build and push to buf.build/sonr-io/blockchain
 clean       :   Clean all artifacts and tidy

Interacting with the Motor

For more information on how to interact with the Motor, see Motor SDK on the Sonr documentation.