An open API service indexing awesome lists of open source software.

https://github.com/bluntdao/blunt-builder

Decentralized Sesh fund. A nounish build
https://github.com/bluntdao/blunt-builder

blunt blunt-dao bluntdao joints joints-dao nounish nounsdao proofofsesh sesh spliff

Last synced: about 1 year ago
JSON representation

Decentralized Sesh fund. A nounish build

Awesome Lists containing this project

README

          

![bluntswtf](https://github.com/BluntDAO/blunt-builder/assets/45281667/6dfc5bab-d0a4-4b57-8976-0ce2302ba9b5)
# Blunts.nft
Auction Site
Mint started 4/20/2024 at 4:20PM EST

We are proud to announce that in YEAR 3: we are scaling the sesh., aka putting 5 on it at scale, aka the infinite blunt glitch, aka the 401k for blunts , aka bringing the rotation to the commons, aka a canna-network state, aka the treasury for your local sesh, aka the medicare for mary 🚀💸

The wait is finally over. This 4.20 starts the unlimited sesh fund, where an OUNCE is auctioned off every day forever right into the sesh fund and OUNCERS decide what seshes around the world forever. 1/4.20 of the collection is allocated to OG Validators.

Bid for the future of blunts at https://blunts.wtf

📚 More information at https://docs.bluntdao.org

The DAO was built using [Nouns Builder](https://nouns.build), and this custom auction site was bootstrapped using the template here: [neokry/noun-site](https://github.com/neokry/noun-site)

# Development

Install dependencies

```bash
yarn install
```

Create a `.env` file with from `.env.sample`, and populate the environment variables

```bash
cp .env.sample .env.local
```

Run the development server:

```bash
yarn dev
```