Mora planet canister
Every planet is a canister that owned by user and assigned by argeement, it contains articles, subcribers, comments.
A user has many planets. it is created by user canister.
- edit build/config_local.mo, replace yours canister ids.
- build and deploy by using below command.
./build.sh -r local
# please replace argument with yours
dfx deploy planet --argument '(principal "owner_principal", "planet_name", "planet_avatar_url", "planet_desc", blob "payee_account_id")'