The open NEAR Ecosystem aggregator
- NEAR PROJECTS API DOCS - an open source API for NEAR projects information.
An open NEAR ecosystem aggregator connecting on chain data, reviews + feedback, that anyone can edit with transparent audit logs, posted on chain and in a SOCIAL DB for the world to index.
Explainer: Crunchbase, Dappradar, Canny.io, Reddit all on chain and permissionless
- Reflect the most honest and up to date information about the NEAR ecosystem
- Be a source of truth for real analytics & growth in the NEAR ecosystem and for feedback for founders, product owners, business development professionals, and new users
- Be permissionless and indexable database with no single point of failure
Make a PR to this repo adding to the nearprojects.json in the data
folder in order to make a proejct request or update with the information.
- NEAR.social integration
- Develop a front end with ReactJS and Next.JS
- Create a design with more seamless search features
- Add Data About Wallet Selector Integration
- Write a NEAR.social "Projects" standard
- Submit projects (permissionless and on chain)
- Ability for people to sign in and edit with NEAR Wallet (Wallet Selector)
- Ability for set wallets to own card widgets
- Project feedback board for each proejct (feature requests, bugs, enhancemenet)
- Ability to comment
- Ability to upvote or downvote projet
- ABility to report a scam with justiciation
- Ability to see what other NEAR based chains these projects have integrated into
- Ability to see when a project was added
- Ability to see when a project was updated
- Ability to see history of edits
- ABility to link associated smart contracts to projects
- Ability to map open source github contributions to associated projects
- Filter based on, upvotes, dated added
- Ability to see which projects are inactive, eventually automatically calculated based on onchain and social media activity
- Ability to see which projects got a grant, or funding
- Ability to pull DAOs directly from AstroDAO API
- Integrate a widget directory to NEAR.social or affiliate projects to Widgets
- Ability to pull official NFT projects associated with DAO
- Ability to put screenshots or waybacks of websites to track activity
- Related projects
- Reccomended projects based on on chain upvotes
- SocialDB integration of team members associated with projects pulling their profile information
- Ability to see leaderboard based on on chain activity
- DAO that votes on approval process
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.