Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decentldotland/mem_canister


https://github.com/decentldotland/mem_canister

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        





@decentldotland/mem_canister


MEM serverless functions fetch canister

## Prerequisites & Build

```bash
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

```

## Deploy & Run

```bash
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

```

## License
This project is licensed under the [MIT License](./LICENSE)