Skip to content

DECODEproject/coconut-chainspace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coconut-chainspace

license

This is the Coconut smart contract library implemented for Chainspace, as described in section 4.1 of the Coconut paper. The goal is to enable other application-specific smart contracts to conveniently use the Coconut cryptographic primitives through cross-contract calls. As examples, we provide implementation of:

The Coconut cryptographic scheme is available here, and a link to the full paper is available here.

Pre-requisites

Install the Chainspace Contract Framework as described here, and Coconut as described here

Test

Tests can be run as follows:

$ pytest -v tests/

Contribute

Feel free to send a PR if you wrote other Chainspace smart contracts based on Coconut!

License

The BSD license

About

Chainspace smart contracts based on Coconut.

Resources

License

Stars

0 stars

Watchers

20 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.9%
  • Other 1.1%