0.1.0 • Published 1 year ago

mem-cli-js v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago