Socket
Socket
Sign inDemoInstall

github.com/themobilecoder/OCM-Meta

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/themobilecoder/OCM-Meta


Version published
Created
Source

OCM-Meta

Go server for to provide a list of OnChainMonkey metas from Metagood OCM Repo

Building and running the sample

taskfile.dev required

$ task br

Installation

$ go get -u github.com/themobilecoder/ocm-meta

Usage

package main

import (
	"fmt"

	"github.com/themobilecoder/ocm-meta/meta"
)

func main() {
	monkeys := meta.GetOnChainMonkeys()

	fmt.Printf("%+v\n", monkeys[4642-1])
	fmt.Printf("%+v\n", monkeys[1179-1])
	fmt.Printf("%+v\n", monkeys[5961-1])
	fmt.Printf("%+v\n", monkeys[8059-1])
	fmt.Printf("%+v\n", monkeys[7753-1])
	fmt.Printf("%+v\n", monkeys[2301-1])
	fmt.Printf("%+v\n", monkeys[965-1])
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

FAQs

Package last updated on 17 Nov 2021

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