Powered by sentio.
- Get ABI of a Move module in
https://mainnet.aptoslabs.com/v1/accounts/<account>/modules
. Add the JSON file underprojects/<newproject>/abis/aptos
folder. - Edit
src/processor.ts
. - Build:
make <newproject>
. Or build all:make
. - Upload:
make upload-<newproject>
. - Before push,
yarn prettier
.
- Run
yarn sentio create <newproject> -p -d projects -c aptos
from the root. - Edit
sentio.yaml
to also include org namethala-labs
. For example,lbp
->thala-labs/lbp
. - Follow Development.