Skip to content

PrimeDAO/dao2dao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 PrimeDAO D2D Smart Contracts

License: GPL v3

This repo contains the smart contracts for the DAO2DAO research project prototype, the mission of which is to facilitate trustless, on-chain collaborations between DAOs. A technical writeup of the prototype can be found here.

/contracts/ is organized as follows:

  • /contracts/schemes/CtfTreasury: contract for DAOs and non-ERC1155Reciever contracts to interface with the Gnosis Conditional Tokens Framework. Contract also holds Conditional Tokens for these contracts.
  • /contracts/Oracle: automated Oracle contract for registering and checking conditions created via the CtfTreasury.

Development

To install node modules

npm i

To compile contracts

truffle compile

To run tests

npm run test

To run coverage

npm run coverage

About

DAO2DAO prototype code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published