Skip to content

zcor/erc721to20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC 721 to 20

Proof of concept script to wrap an NFT and use as an ERC-20 token.

Based on a bare-bones implementation of the Ethereum ERC-20 standard, written in Vyper.

Further Details

Testing

To run the tests:

brownie test --network mainnet-fork

The unit tests included in this mix are very generic and should work with any ERC721 compliant smart contract. To use them in your own project, all you must do is modify the deployment logic in the tests/conftest.py fixture.

License

This project is licensed under the MIT license.

About

Make NFTs fungible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages