Skip to content

Instantly share code, notes, and snippets.

View tksumanth1994's full-sized avatar

Krishna Sumanth tksumanth1994

View GitHub Profile
[
{
"title": "Solana Foundation Turkey Grants",
"slug": "solana-foundation-turkey-grants",
"description": "About The Grant\nWe’re currently looking to accept the first batch of Contributors of Superteam Turkey. Apply for our grants, deliver your project, and get accepted to this amazing builder community!\nSuperteam Turkey grants are for projects working on promoting decentralization and censorship resistance on the Solana network. Even though the primary focus of the grants is to fund dApps and technical contribution, the Foundatineilson may also support content and community grants that fit within the stated goals of the Grant program. Anyone with an idea or proof of work is welcome to apply and receive funding decision for an up to $5,000 grant. The Foundation hands out these grants typically once a month.\n🎯 Areas of focus:\n1. Promote Decentralization. Create developer tooling, media, content, and community projects focussed on promoting and bringing more decentralization to Solana as well
@tksumanth1994
tksumanth1994 / bounties-example-format.json
Last active May 4, 2023 09:39
bounties-example-format.json
[
{
"title": "",
"slug": "",
"description": "",
"sponsorName": "",
"skills": "",
"rewardAmount": 0,
"token": "",
"deadline": "D/M/YYYY",
[
{
"PassengerId": 1,
"Survived": 0,
"Pclass": 3,
"Name": "Braund, Mr. Owen Harris",
"Sex": "male",
"Age": 22,
"SibSp": 1,
"Parch": 0,
@tksumanth1994
tksumanth1994 / json
Last active November 27, 2018 06:55
SocialCops VSCode Extensions List and settings json for frontend development
{
"beautify.tabSize": 2,
"bracketPairColorizer.showBracketsInGutter": false,
"bracketPairColorizer.showHorizontalScopeLine": false,
"bracketPairColorizer.showVerticalScopeLine": false,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.tabCompletion": true,
"editor.tabSize": 2,