0.1.0 • Published 4 months ago

mem-cli-js v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Build & Run Server

git pull https://github.com/decentldotland/mem-cli.git

npm install && npm run server

Install the CLI

npm i -g mem-cli-js

CLI Commands

Deploy a MEM serverless function:

mem deploy --src [path-to-source-code] --init-state [stringified-initial-state || ./path-to-state.json] --testnet [optionalto deploy on MEM Carbon testnet]

Example

mem deploy --src ./function.js --init-state '{"logs": []}'

Write to a MEM serverless function:

mem write --functionId [MEM function ID] --inputs [the contract interaction stringified inputs object] --testnet [optional to write to a MEM Carbon function]

License

This project is licensed under the MIT License

0.1.0

4 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.5

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago