https://github.com/greged93/2wrds_cntrcts
The Cairo 1.0 contracts for the 2wrds project
https://github.com/greged93/2wrds_cntrcts
Last synced: about 1 month ago
JSON representation
The Cairo 1.0 contracts for the 2wrds project
- Host: GitHub
- URL: https://github.com/greged93/2wrds_cntrcts
- Owner: greged93
- Created: 2023-04-01T21:11:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T12:23:27.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T20:40:50.796Z (9 months ago)
- Language: Cairo
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cairo - `2wrds_cntrcts`
README
# Introduction
The Cairo 1.0 contracts to the 2wrds project. Consist in a modified version of the openzeppelin erc721 contracts.
Allows to transfer value from the caller to the contract owner at minting time as well as spliting an token into two separate token, in the event that the original token still holds two words. In the same way, two tokens can be combined into one, with the condition that one of them holds one noun and the other one adjective.# Test
Tests are run with `make test`. `cairo-test` binary should be available and correspond to the build at commit `9c1905` from [cairo core lib](https://github.com/starkware-libs/cairo/tree/9c190561ce1e8323665857f1a77082925c817b4c).