This repo is for understanding the DAO (Decentralized Autonomous Organization) Ecosystem on NEAR Protocol.
For a history of DAOs on NEAR
NEAR DAO Builders Group Telegram link
- AstraPlus Components built by NDC last year. Uses Pikespeak API (needed because it's hard to index proposals, comments, and all DAOs). Available on near.social and dev.near.org gateway (each gateway needs to be CORS whitelisted by the team at Pikespeak). Has global DAO, DAO Feed, flow of funds, vote on multiple proposals at once. GitHub Repo. Easily switch props on DAO address in URL:
/astraplusplus.ndctools.near/widget/home?tab=funds&daoId={YOURDAONAME}.sputnik-dao.near&page=dao
- Other BOS-based components that use NEAR Social built-in NEAR API JS. I like this as I can access through different gateways, and it's easiest to fork and customize.
- DAOs on BOS - No Middleware For Full Sputnik Frontend Functionality mixed with Social Profile (Proposal Creation, Adding/Removing Members) by Build DAO -
/builddao.near/widget/page.proposals.Index?daoId={YOURDAO}.sputnik-dao.near
(works on any gateway) - BOS-based DAO Voting only component by Evgeny of FastNEAR/NEAR Social : https://near.social/mob.near/widget/DAO.Main
- Other BOS apps like Mintbos + Potlock have "act as DAO" functionality that enables you to use any button as a function call proposal (mint, list, buy NFT, deploy storefront) + (create Potlock / NEAR social profile, donate as DAO). Also adding to Potlock NextJS app (Code Snippet). Tutorials coming soon.
- Multicall App https://www.multicall.app/#/app
- Keypom DAO Bot: https://docs.keypom.xyz/docs/next/Tutorials/Advanced/daos/introduction
- DAO Analytics by Pikespeak.ai: https://pikespeak.ai/daos/overview
- DAO Notifications on Telegram with LNC Watch Bot (by Learn NEAR Club team) to not only keep track of DAO Addresses but also all our contracts on staging + prod and wallets for Telegram notification. Here is the tutorial
- astra++ designs https://www.figma.com/file/oA41se1TnBuFe2AC71jguw/Astra%2B%2B-%7C-NEAR?type=design&node-id=3-3&mode=design&t=prDSAHP59ZBgp6MU-0
- Sputnik v2: https://github.com/near-daos/sputnik-dao-contract (Deployed Address: sputnik-dao.near https://nearblocks.io/address/sputnik-dao.near?tab=contract)
- Metapool Voting Contracts: https://github.com/Meta-Pool/meta-vote-contracts
- NDC Voting Contracts: https://github.com/near-ndc/voting-v2
- NEAR Multicall Contracts: https://github.com/near-multicall/contracts
- Creating a DAO on NEAR: https://www.youtube.com/watch?v=FzUATFR8ky4&t=1243s
- DevHub in the upcoming quarter is coming with a treasury management app that simplifies payments off of SputnikDAO. Repo
- DAO smart actions within Bitte Wallet. Repo - Recent Code Review
- House of Stake is being built by some NEAR OGs and should be ready in a few months for contracts with audit Governance Proposal by Gauntlet
- AstroDAO.com Front End Repo https://github.com/near-daos/astro-ui
- Sputnik-fund - also a frontend maintained by LNC Club
- Goblin Contracts by Tonic: https://github.com/tonic-foundation/goblin-contracts
- Vostok DAO by Robert Z: https://github.com/robert-zaremba/vostok-dao
- Sputnik DAO Initial Commit by Illia: https://github.com/near-daos/sputnik-dao-contract/commit/01ffd34b52d73c48e7dd397d94ad944ab2a167e9
- Start of Guilds Program (2021): https://medium.com/nearprotocol/welcome-to-the-guilded-age-of-near-protocol-4a46136c67d3
- Start of Daocubator (2022): https://x.com/DAOcubator/status/1501451457413152770
- Formation of DAO Builder Calls (late 2022)
- AstroDAO Transition RFPs: https://near.social/devhub.near/widget/app?page=post&id=2375
Other Resources