This is all thanks to the hard work of @stakerV who build the website in the last 3 months. Also thanks go to @hendi for arranging the .mw domain.
Some highlights of what can be found here:
Grin Hub containing links to anything Grin related such as sites, tools, docs, memes, marketing material and art
Anything Grin Community Council related such as Governance information, agendaβs, notes etc.
To be added soon is an up to date overview of exchanges with information on KYC, decentralization and the protocols they support. Also we will provide an overview of official Grin miner retailers so it will be easy for any Grinner to go to the right website and not get scammed
Is there any other Grin related information that you had a hard time to find? Let us know, maybe we should put it on the website so everyone can find it in a jiffy.
I have just updated grincc.mw and added a searchbox for meeting notes. Source code is available at github. Instructions on updating/deploying can be found in readme.md.
I can update the site. To add a new CC funded project, I need project info formatted like this.
{
id: "project-id",
name: "project name",
owner: "project's owner",
status: PROJECTSTATUS.INPROGRESS or PROJECTSTATUS.FINISHED,
description: "Project's short description",
milestones: [
{ description : "Milestone 1 description",status: MILESTONESTATUS.COMPLETED or MILESTONESTATUS.ONGOING or MILESTONESTATUS.NOTSTARTED},
{ description : "Milestone 2 description", status:MILESTONESTATUS.COMPLETED or MILESTONESTATUS.ONGOING or MILESTONESTATUS.NOTSTARTED},
{ description : "Milestone 3 description",status: MILESTONESTATUS.COMPLETED or MILESTONESTATUS.ONGOING or MILESTONESTATUS.NOTSTARTED},
],
githubLink: "https://github.com/project link",
forumLink : "https://forum.grin.mw",
approveDate: "22 February 2022",
approveLink : "",
fundingAmount : "Β£50,000"
}
I will also add new meeting notes regularly referencing from github repo, but notes must be organized with following items in .md format.
Attendance list
Short summary
Voting results
Agenda Points
Discussion texts )
Action Points
TODOS:
add an exchange / mining list
add an access-rights page
I hope you like it and it will be useful to community.