This repository contains the smart contracts and supporting Go framework for the Flow blockchain used by Sequel marketplace.
The smart contracts are written in Cadence.
Contract | Mainnet | Testnet |
---|---|---|
Evergreen | 0x9a02a1d17295f3e7 |
0xfdf325e9204fc94a |
DigitalArt | 0x9a02a1d17295f3e7 |
0xfdf325e9204fc94a |
SequelMarketplace | 0x9a02a1d17295f3e7 |
0xfdf325e9204fc94a |
contracts/
: All Sequel contractsiinft/
: Supporting Go frameworkiinft/scripts
: Useful scripts and transactions made available as Go templatesiinft/test/
: Test suite for Flow contracts
Sequel is a new social platform where everything is fun and fictional. It enables you to be imaginative and express your playful self through sharing creative content beyond the limits of reality.
See the official site for more details.
- Flow contracts support the concept of minting a predefined number of editions of a token on demand.
- All tests have transaction fees enabled for extra realism.