Skip to content

SantanaSP/server

 
 

Repository files navigation

SparkLink artifact encryption key & NFT relationship query server

Build

Make sure your go version is >= 1.17

git clone --recursive https://github.com/SparkNFT/key_server.git
cd key_server
make prepare abigen test-prepare test
make build

Start server

After make build, check build/server -h for usage.

For example,

build/server -c config/config.json -debug

Interact with contract

After make build, check build/publish -h and build/shill -h for publishing an issue or shilling an NFT.

Note that they will use chain -> operator_account_privkey as identity.

Development

  1. Fork it.
  2. Do whatever you like.

License

MIT.

About

SparkLink key distribution server

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Solidity 44.8%
  • Go 31.0%
  • TypeScript 23.5%
  • Other 0.7%