Skip to content

piprate/sequel-flow-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68a44f5 · Nov 13, 2024

History

57 Commits
Nov 4, 2024
Nov 12, 2024
Nov 13, 2024
Nov 9, 2024
Nov 12, 2024
Apr 11, 2022
Nov 12, 2024
Oct 1, 2021
Apr 10, 2022
Jul 16, 2022
Nov 12, 2024
Jul 28, 2022
Nov 12, 2024

Repository files navigation

ci

Flow contracts for Sequel

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 Addresses

Contract Mainnet Testnet
Evergreen 0x3cb7ceeb625a600a 0x745b085dafdd4fc0
DigitalArt 0x3cb7ceeb625a600a 0x745b085dafdd4fc0
SequelMarketplace 0x3cb7ceeb625a600a 0x745b085dafdd4fc0

Contents

  • contracts/: All Sequel contracts
  • lib/go/iinft/: Supporting Go framework
  • lib/go/iinft/scripts: Useful scripts and transactions made available as Go templates
  • lib/go/iinft/test/: Test suite for Flow contracts

About Sequel

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.

Gory 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.