GoDotDotDot / developerdao.com

A community of builders who believe in collective ownership of the internet

Home Page:https://developerdao.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Contributors

logo

DeveloperDAO

A community of builders who believe in collective ownership of the internet.

Chat on Discord Follow on Twitter See on Etherscan

Table of Contents

What is a DAO

DAO stands for Decentalized Autonomous Organisation. That is a group of people with shared goals/mission that are governed by an agreed set of rules coded into a smart contract(s) on a blockchain.

If you want to learn more about DAOs, check out Cooper Turley's blog at https://alias.co/coopahtroopa/essays, mainly "The Rise of Micro-Economies".

What is DeveloperDAO

The project was started as an experiment by Nader Dabit to see what can be achieved when we bring together talented and like-minded people who are interested in learning about and building on Web3.

How do I join?

The DAO operates inside our discord server. To gain access to this server you need to own a Devs for Revolution NFT. The contract for purchasing one can be found on etherscan.io. If you're not sure how to mint an NFT, check out this how-to article by @jkup.

Whilst there is no charge for the NFT you will have to pay a "gas fee" for the Ethereum Blockchain network in order to mint one. This fee can range wildy from about $40 up to and over $400 at peak times. You can check current gas fee uisng the Etherum gas price tracker. If the fee is high you may want to wait and come back later.

That said, there is a limited supply of NFT's that can be created so don't wait too long!

To find available tokenIDs you can mint try this tool created by the community - https://ddao.ibby.dev/.

If you get stuck please reach out on our Discord and we'd be happy to help.

What is this repo?

This is the code for the public DeveloperDAO site.

At the moment it allows members to view their genesis NFT by entering in its ID. As the community takes shape we will decide what this website becomes and build it as a collective.

Built with

Developing

Local Development Environment

Note: Make sure you have the latest version of node installed ^14.17.6.

cd developer-dao;
nvm install; # to install the version in .nvmrc
  1. Clone this repo with git
  2. Install dependencies by running yarn
  3. Start the development server with yarn dev
  4. Open development site by going to http:localhost:3000
  5. To test Walletconnect functionality, copy .env.development to .env.local and fill in your INFURA_ID. INFURA_ID can be easily obtained by register at https://infura.io/, then create a new Ethereum project for free.

Contributing

Thanks for showing interest in contributing to Developer DAO. Before submitting any changes please review our contributing gudielines in CONTRIBUTING.md.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Vipin Kumar Rawat

πŸ’»

Thomas Lui

πŸ“–

Xavier Drdak

πŸ’» πŸ“–

Andrew Jones

πŸ’»

nheingit

πŸ’»

Emanuel Canova

πŸ’» 🌍

Will Kempster

πŸ“–

Christopher Betz

πŸ’»

manny

πŸ’» 🎨

with-heart

πŸ’»

Alex Kam

πŸ’» 🌍

MGrin

πŸ’» 🌍

Greg Syme

πŸ’»

Dhaiwat Pandya

πŸ’» πŸ‘€

Adam

πŸ“–

Narb

πŸ’»

Ikko Ashimine

πŸ“–

moiz-lakkadkutta

πŸ’»

Nazeeh Vahora

πŸ’» 🚧

Miral Suthar

πŸ’» 🚧

Trevor French

🌍 πŸ’»

Martin Bavio

🎨

Davy Peter Braun

🌍

Dennis

🌍

Sijeesh Joshi

πŸ’» ⚠️

marcusdiaz

πŸ’»

cmotta

🌍

Rinat Akhunianov

🌍

Nagma

πŸ’»

Brian Eter

πŸ’» ⚠️

theprojectcode

πŸ’»

Martin Beierling-Mutz

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

Support

Thanks to Vercel sponsoring this project by hosting it for free

About

A community of builders who believe in collective ownership of the internet

https://developerdao.com/

License:MIT License


Languages

Language:TypeScript 89.8%Language:JavaScript 10.2%Language:Shell 0.0%