sweet-cli 0.1.0

Smart wallet engine CLI
<!-- PROJECT SHIELDS -->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]

<div align="center">
  <h3 align="center">sweet-cli</h3>
  <p align="center">
    SWEET smart wallet engine CLI
  </p>
</div>

<!-- TABLE OF CONTENTS -->
<details open="open">
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
      <ul>
        <li><a href="#built-with">Built With</a></li>
      </ul>
    </li>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#prerequisites">Prerequisites</a></li>
        <li><a href="#installation">Installation</a></li>
      </ul>
    </li>
    <li><a href="#usage">Usage</a></li>
    <li><a href="#roadmap">Roadmap</a></li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li>
  </ol>
</details>


<!-- ABOUT THE PROJECT -->
## About The Project

TBD

### Built With

sweet-cli is built with Rust end-to-end, and uses Open Source Rust libraries to create an interface to the engine.

<!-- GETTING STARTED -->
## Getting Started

### Prerequisites

- You should have [rust and cargo]https://www.rust-lang.org/tools/install installed on your computer

### Installation

Install cargo crate
   ```sh
   cargo install sweet-cli
   ```

<!-- USAGE EXAMPLES -->
## Usage

TBD

<!-- ROADMAP -->
## Roadmap

TBD

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE` for more information.

<!-- REFERENCES -->
[contributors-shield]: https://img.shields.io/github/contributors/torcoste/sweet-cli.svg?style=for-the-badge
[contributors-url]: https://github.com/torcoste/sweet-cli/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/torcoste/sweet-cli.svg?style=for-the-badge
[forks-url]: https://github.com/torcoste/sweet-cli/network/members
[stars-shield]: https://img.shields.io/github/stars/torcoste/sweet-cli.svg?style=for-the-badge
[stars-url]: https://github.com/torcoste/sweet-cli/stargazers
[issues-shield]: https://img.shields.io/github/issues/torcoste/sweet-cli.svg?style=for-the-badge
[issues-url]: https://github.com/torcoste/sweet-cli/issues
[license-shield]: https://img.shields.io/github/license/torcoste/sweet-cli.svg?style=for-the-badge
[license-url]: https://github.com/torcoste/sweet-cli/blob/master/LICENSE.txt