Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
github.com/goat-systems/go-tezos/v2
Go Tezos is a GoLang driven library for your Tezos node. This library has received a grant from the Tezos Foundation to ensure it's continuous development through 2020.
Get goTezos
go get github.com/goat-systems/go-tezos/v2
package main
import (
"fmt"
goTezos "github.com/goat-systems/go-tezos/v2"
)
func main() {
gt, err := goTezos.New("http://127.0.0.1:8732")
if err != nil {
fmt.Printf("could not connect to network: %v", err)
}
block, err := gt.Block(1000)
if err != nil {
fmt.Println(err)
}
fmt.Println(block)
}
cycle, err := gt.Cycle(50)
if err != nil {
fmt.Println(err)
}
fmt.Println(cycle)
The makefile is there as a helper to run quality code checks. To run vet and staticchecks please run:
make checks
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
Unknown package
Did you know?
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.