metaplex/rust/fair-launch/Cargo.toml

24 lines
560 B
TOML
Raw Normal View History

The Fair Launch Protocol (#367) * Fair launch work * Add cargo * Update cargo to latest * Latest candy machine types * Fair launch update to anchor 14 and finish fleshing out commands * Working on fair launch * Finish initializing fair launch. * Lottery endpoints * Knee deep in more actions * some monster commit here, almost done wiht initial draft * Code complete fair launch. first draft. * More work * COmmit to reproduce * Hell yeah i can make these and show them * well, a lot of stuff. * Holy medians batman * Adjust ticket * more commands, more love, more life * Mooore stuff * This sh*t is gettin hot * More junk, im losing it. * Ninja'd that sh*t * well ill be damned, some of it is working * Think punching is working. Time for sleep. * Anti rug commit - before testing. * feat: init commit for website * Got my money back first time end to end b*tches * things beginning to work * Oh yeah, rug pull seems to be working... * Mostly working now * Some more fixes * Moref ixes * feat: basic page * feat: purchaseTicket * feat: fair launch UI * Still figuring it out * Still investigating why newly made accounts have delegates * pushing * Some fixes to the adjust ticket * Bid adjustment works in UI * feat: layout * trasury numbers * Hook up your bid * feat: style * wip on fair launch new fields * feat: home * Come limited punching support * More display logic for fair launch * feat: style * feat: countdown * Bid adjustment * Fix for when median is not divisible by tick * feat: home * Working on recoding so that we can use spl tokens * feat: style * Midway stopping point...nothing is working. * more and less. * Added confetti and merged updates * End to end working and fix minting for spl in candy machine * New fair launch * New fair launch * Better loading and stuff * feat: style changes * fix: warnings * candy time * Anti rug screens * better verbiage * feat: hide withdraw button * Refund working and set id * Good to go for prod Co-authored-by: bartosz-lipinski <264380+bartosz-lipinski@users.noreply.github.com>
2021-09-21 11:33:22 -07:00
[package]
name = "fair-launch"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "fair_launch"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.14.0"
anchor-spl = "0.14.0"
arrayref = "0.3.6"
spl-associated-token-account = { version="1.0.3", features = [ "no-entrypoint" ] }
spl-token = { version="3.1.1", features = [ "no-entrypoint" ] }
spl-token-metadata = { path = "../token-metadata/program", features = [ "no-entrypoint" ] }