-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41c6bde
commit 0df5e2f
Showing
10 changed files
with
1,278 additions
and
10,326 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
# bluntdao-bos-components | ||
# Blunt DAO BOS Cmponents | ||
Blunt DAO workspace for all BOS components | ||
|
||
## Getting Started | ||
## Getting started | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
Then, run the command: | ||
1. Install packages | ||
|
||
``` | ||
npm run dev | ||
```cmd | ||
yarn install | ||
``` | ||
|
||
This will serve the widgets from `http://127.0.0.1:4040/`. | ||
2. Start dev environment | ||
|
||
Go to [everything.dev/flags](https://everything.dev) and paste this value there. | ||
```cmd | ||
yarn run dev | ||
``` | ||
|
||
Once set, see the locally served app at [bluntdao.near/widget/app](https://everything.dev/bluntdao.near/widget/app). | ||
This will start a gateway at [127.0.0.1:8080](http://127.0.0.1:8080) which will render your local widgets. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"appAccount": "bluntdao.near" | ||
"account": "bluntdao.near" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"bluntdao.near": { | ||
"widget": { | ||
"BluntDAO.Button.Join": { | ||
"metadata": {} | ||
}, | ||
"BluntDAO.Holders.OGValidators": { | ||
"metadata": { | ||
"description": "BluntDAO OG Validator holders on NEAR", | ||
"image": { | ||
"ipfs_cid": "bafkreibwuv5plyqlu6hkxtpakdhkpgchmesun4tiormhemnxpw3hzhx3bu" | ||
}, | ||
"name": "BluntDAO OG Holders", | ||
"tags": { | ||
"app": "", | ||
"bluntdao": "" | ||
} | ||
} | ||
}, | ||
"BluntDAO.addAllOGs": { | ||
"metadata": {} | ||
}, | ||
"BluntDAO.member": { | ||
"metadata": {} | ||
}, | ||
"BluntFeed": { | ||
"metadata": {} | ||
}, | ||
"DAO.Dashboard": { | ||
"metadata": {} | ||
}, | ||
"Donate": { | ||
"metadata": { | ||
"description": "Put a dollar down for Blunts. The plug takes NEAR", | ||
"image": {}, | ||
"name": "Put A Dollar Down For Blunts", | ||
"tags": { | ||
"proof-of-sesh": "", | ||
"crowdfund": "", | ||
"joints": "", | ||
"blunts": "", | ||
"donate": "", | ||
"spliff": "", | ||
"giving": "", | ||
"app": "", | ||
"blunt-dao": "", | ||
"dao": "", | ||
"social-justice": "" | ||
} | ||
} | ||
}, | ||
"MasterBluntCount": { | ||
"metadata": { | ||
"description": "The following widget is for people to track on chain how many times they hit the Blunt. A new innovation for Proof of Sesh, the leading sybil resistance mechanism on NEAR. \n", | ||
"image": {}, | ||
"name": "BluntCounter", | ||
"tags": { | ||
"blunts": "", | ||
"blunt-dao": "", | ||
"joints": "", | ||
"dao": "", | ||
"nft": "", | ||
"widget": "", | ||
"blunt": "", | ||
"proof-of-sesh": "", | ||
"spliff": "", | ||
"counter": "", | ||
"blutdao": "", | ||
"sybil-resistance": "" | ||
} | ||
} | ||
}, | ||
"RequestASesh": { | ||
"metadata": { | ||
"description": "Request A Proof of Sesh from a Blunt DAO OG Validator ⋈ NEAR you", | ||
"image": {}, | ||
"name": "Request A Sesh", | ||
"tags": { | ||
"sesh": "", | ||
"proof-of-sesh": "", | ||
"guestbook": "", | ||
"app": "", | ||
"blunt-dao": "" | ||
} | ||
} | ||
}, | ||
"RequestSesh": { | ||
"metadata": { | ||
"description": "Pick your smoking stick for Proof of Sesh. You like Joints (JointsDAO.rg), Spliffs (SpliffDAO.org), or Blunts (BluntDAO.org).\n\nProof of Sesh", | ||
"image": {}, | ||
"name": "Pick A Smoking Stick", | ||
"tags": { | ||
"blunts": "", | ||
"spliff": "", | ||
"blunt": "", | ||
"joints": "", | ||
"poll": "", | ||
"blunt-dao": "", | ||
"joint": "", | ||
"proof-of-sesh": "", | ||
"spliff-dao": "", | ||
"dao": "", | ||
"labels": "" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"apps": ["./apps/*"] | ||
} |
Oops, something went wrong.