New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/protoconNet/mitum-account-extension

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/protoconNet/mitum-account-extension

  • v0.0.0-20221227170930-bbac14eeb74c
  • Source
  • Go
  • Socket score

Version published
Created
Source

mitum-currency-extension

mitum-currency-extension is the extension of currency model, based on mitum and mitum-currency.

Features,
  • account: account address and keypair is not same.
  • contract account: account which does not have keys.
  • simple transaction: create contract account, deactivate, withdraw.
  • mongodb: as mitum does, mongodb is the primary storage.
Installation

NOTE: at this time, mitum and mitum-currency-extension is actively developed, so before building mitum-currency-extension, you will be better with building the latest mitum and mitum-currency source. $ git clone https://github.com/spikeekips/mitum $ git clone https://github.com/spikeekips/mitum-currency

and then, add replace github.com/spikeekips/mitum => <your mitum source directory> and replace github.com/spikeekips/mitum-currency => <your mitum-currency source directory> to go.mod of mitum-currency-extension.

Build it from source

$ cd mitum-currency-extension
$ go build -ldflags="-X 'main.Version=v0.0.1'" -o ./mitum-currency-extension ./main.go
Run

At the first time, you can simply start node with example configuration.

To start, you need to run mongodb on localhost(port, 27017).

$ ./mitum-currency-extension node init ./standalone.yml
$ ./mitum-currency-extension node run ./standalone.yml

Please check $ ./mitum-currency-extension --help for detailed usage.

Test
$ go clean -testcache; time go test -race -tags 'test' -v -timeout 20m ./... -run .

FAQs

Package last updated on 27 Dec 2022

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