Skip to content

consolelabs/superteam-dao-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d70c8a · Jan 31, 2023

History

25 Commits
Jan 31, 2023
Dec 26, 2022
Jan 31, 2023
Jan 31, 2023
Jan 3, 2023
Dec 26, 2022
Jan 31, 2023
Jan 31, 2023
Dec 26, 2022
Jan 31, 2023
Dec 26, 2022
Dec 26, 2022
Dec 26, 2022

Repository files navigation

Superteam Dao Dapp

Superteam dao dapp is a Bounty log proof of work onchain.

Program Devnet Mainnet Beta
superteam-dao-contract 9fHpouSqNrqBKLka9WeUXkRuh2Qt97nvqtP1Km99LKXb coming soon
freeze-nft-contract 7V56BshogTppQUSshpoFcwvyc8hfMtbCwoTWVKBoFokC coming soon

Installation

Require node, yarn, anchor, rust and solana installed.

# Compile the Solana program (smart contract)
anchor build

anchor test

Develop

# In 2 terminal panes;
# 1. Start the Solana blockchain locally
solana-test-validator
# 2. Get logs
solana logs

Project structure

  • app - Where our frontend code will go
  • programs - This is where the Rust code lives for the Solana program
  • test - Where the JavaScript tests for the program live
  • migrations - A basic deploy script

Documents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published