Skip to content

CryptoKG94/Dutch-contract

Repository files navigation

dutch-contract

Install dependencies

cargo install --git https://github.com/project-serum/anchor --tag v0.17.0 anchor-cli --locked npm i

Run test

testing is done in devnet:
npm run test

Deployment to Prod

anchor build
anchor deploy --provider.cluster mainnet
first time idl init:
anchor idl init -f ./target/idl/dutch_auction.json <mainnet_program_id> --provider.cluster mainnet
subsequent idl update:
anchor idl upgrade -f ./target/idl/dutch_auction.json <mainnet_program_id> --provider.cluster mainnet

About

Anchor project for Solana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published