diff --git a/Cargo.toml b/Cargo.toml index ff92b10..44f8e6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "amareleo" version = "2.0.2" authors = ["The Amareleo Team "] -description = "A lite Aleo development node" +description = "An Aleo test framework" homepage = "https://amareleo.com" repository = "https://github.com/kaxxa123/amareleo" keywords = [ diff --git a/README.md b/README.md new file mode 100644 index 0000000..bac8b08 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Amareleo + +[![Crates.io](https://img.shields.io/crates/v/amareleo.svg?color=neon)](https://crates.io/crates/amareleo) +[![Authors](https://img.shields.io/badge/authors-Amareleo-orange.svg)](https://amareleo.com) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md) + +![Amareleo](docs/amareleo.svg) + +...for those in love with Leo + +Welcome to Amareleo, an open-source toolset for Leo developers. + +Amareleo today is a wrapper for the [amareleo-chain](https://github.com/kaxxa123/amareleo-chain) node, tomorrow it will become a feature-rich test framework. \ No newline at end of file diff --git a/docs/amareleo.svg b/docs/amareleo.svg new file mode 100755 index 0000000..34caf77 --- /dev/null +++ b/docs/amareleo.svg @@ -0,0 +1 @@ + \ No newline at end of file