MEM serverless functions fetch canister
sudo DFX_VERSION=0.15.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
git pull /~https://github.com/decentldotland/mem_canister.git
npm install
dfx start // start your local replica
dfx deploy mem_canister // in another terminal deploy the canister
dfx canister call mem_canister memGet '("ltKTJCTQc5jvbqwgB1dgw3Sn30ZKT_U1eMZ7dvxHkVY")' // call the getMem method
This project is licensed under the MIT License