Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages