Skip to content

ethstorage/da-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Run da-server

$ cat config.json

{
	"SequencerIP": "127.0.0.1",
	"ListenAddr": "0.0.0.0:8888",
	"StorePath":  "/root/da/data"
}

$ go run main.go da start --config config.json

Get blob with da-client

go run main.go da download --rpc DA_SERVER_URL --blob_hash BLOB_HASH

(Replace DA_SERVER_URL and BLOB_HASH with proper values.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages