Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentldotland/mem_canister
https://github.com/decentldotland/mem_canister
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decentldotland/mem_canister
- Owner: decentldotland
- License: mit
- Created: 2024-01-02T11:32:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T11:34:34.000Z (11 months ago)
- Last Synced: 2024-04-14T10:45:35.583Z (7 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 replicadfx 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)