AleoHQ / nemean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nemean

Nemean is a CLI and SDK that provides tooling for custodians and engineers to interact with the Aleo network.

The library provides a Go wrapper around Aleo objects while relying on Rust for the underlying cryptography.

This includes:

  • An RPC client compatible with SnarkOS
  • Basic send and receive support.

Getting Started

The cli provides an RPC client to communicate with SnarkOS:

make build

./nemean

Nemean can also be used as a library to handle wallet management.

Docker

docker build -t nemean -f Dockerfile .

# create an account
docker run  nemean /bin/bash -c "./nemean create"

Examples

# create a new aleo account
./nemean create

# get the latest blockheight
./nemean -rpchost=127.0.0.1:3035 latestblockheight

Documentation

Documentation can be found in /doc.

This software is in active development. Do not use for production.

About

License:GNU General Public License v3.0


Languages

Language:Go 75.1%Language:Rust 20.8%Language:C 2.5%Language:Makefile 0.9%Language:Dockerfile 0.7%