Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 804 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 804 Bytes

Oasis ERC721 Cairo Contracts

Deploy /contracts/tokens/ERC721.cairo to StarkNet to have the NFTs available for trading on Oasis. Please see the Cairo documentation for more information on deploying contracts.

Setup env

python3 -m venv env
source env/bin/activate
pip install git+https://github.com/OpenZeppelin/nile.git
nile install

Need help? Contact us:


  • Discord: 0xmonkeyy#0981
  • Twitter: 0xmonkeyy

  • Discord: 0xSean#1534
  • Twitter: 0xs34n

Acknowledgements

These contracts were inspired by or directly modified from many sources, primarily: