Skip to content

canriquez/nado-dao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build your own DAO with just Javascript in a weekend

Netlify Status

screenshot

DAOs are taking over. Build one yourself for fun. Maybe it's a meme DAO for your friends. Maybe it's a DAO that aims to fix climate change. Up to you. We'll be going over things like minting a membership NFT, creating/airdropping a token, public treasuries, and governance using a token

Powered by _buildspace: SIGNUP and follow the project in this link.

project link

Built With

Live Demo @Netlify

Live Demo Link

Getting Started

This project was bootstrapped with Create React App.

To get a local copy up and running follow these simple example steps.

Prerequisites

  • To install the app in your system, make sure you have node/npm installed. get npm

Setup

  • Clone the repository in your system by using:

git clone

Install

  • Next step is to CD into the local repository and run:

npm install

start development mode in your local environment

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm build

This command builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

.env file

In the root of the project, create a .env file to include the following keys:

PRIVATE_KEY=<INCLUDE YOUR VALUES FROM THE PROJECT>
WALLET_ADDRESS=<INCLUDE YOUR VALUES FROM THE PROJECT>
ALCHEMY_API_URL=<INCLUDE YOUR VALUES FROM THE PROJECT>

Authors

👤 Carlos Anriquez

Show your support

Give a ⭐️ if you like this project!

📝 License

About

Masters Swimmers DAO - Draft Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published