Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/chezky/acoin

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/chezky/acoin

  • v0.0.2
  • Source
  • Go
  • Socket score

Version published
Created
Source

ACOINS

A cryptocurrency written in golang

Acoins is an open source cryptocurrency written purely in golang. All help is greatly appreciated.

Documentation / Crypto Explanation

Check out the docs for a full crypto explanation.

Installation

Requirements

  • Download Golang that's suitable for your OS

Running

go build main.go
main.exe [argument]
- Create chain
    * main.exe createchain -address {addresss}
        i.e: main.exe createchain -address kevin
- Print chain
    * main.exe printchain
- Get Balance
    * main.exe getbalance -address {address}
        i.e: main.exe getbalance -address kevin
- Send / Transfer
    * main.exe send -to {to} -from {from} -amount {amount}
        i.e: main.exe send -to kevin -from dave -amount 5 

License

MIT

FAQs

Package last updated on 28 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc