Skip to content

Sunscreen-tech/sunscreen-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunscreen SPF and Decryption Contracts

This repository contains contracts for interacting with Sunscreen's SPF (Secure Processing Framework) and decryption service on EVM compatible chains. To include these contracts into your foundry project, use the following command to install the contracts as a dependency.

forge install sunscreen-tech/sunscreen-contracts

To enable simple importing in other contracts, update the remappings.txt file in your project to include the following.

@sunscreen/=lib/sunscreen-contracts/

You can then import the contracts in your Solidity files like so:

import "@sunscreen/contracts/Spf.sol";
import "@sunscreen/contracts/TfheThresholdDecryption.sol";

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors