Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

makerdao/nft-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Adapter

Reference implementation of an ERC-721 NFT adapter.

Becacuse each individual token must be its own ilk (since risk parameters and price feeds are per-ilk), we introduce the concept of kin, or family of _ilk_s. An example of kin is "cryptokitties".

An adapter must be deployed for each kin.

The adapter accepts NFT tokens (obj) with join, and adds them to a user's CDP.

When the user wants to take the NFTs out of the system, they call exit.

About

Adapter for EIP-721 compatible NFTs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published