Skip to content

oliverustc/gnarkabc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnark abc

简单介绍gnark的使用

环境配置

  1. go >= 1.23
wget https://go.dev/dl/go1.24.0.linux-amd64.tar.gz
sudo rm -rf /usr/local/go 
sudo tar -C /usr/local -xzf go1.24.0.linux-amd64.tar.gz

编辑shell文件,添加环境变量即可

  1. solc
wget https://github.com/ethereum/solidity/releases/download/v0.8.28/solc-static-linux
sudo install solc-static-linux /usr/local/bin/solc
  1. abigen
go install github.com/ethereum/go-ethereum/cmd/abigen@latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages