diff --git a/assets/social-templates/template_01_card.svg b/assets/social-templates/template_01_card.svg new file mode 100644 index 000000000..c18d80b50 --- /dev/null +++ b/assets/social-templates/template_01_card.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SolFoundry + + + + + + BOUNTY + + + + [BOUNTY TITLE] + Build, earn, and make an impact in the + SolFoundry ecosystem + + + + [AMOUNT] + $FNDRY + + + + + + [DIFFICULTY] + + + + + APPLY NOW + + + + solfoundry.io / #BuildOnSolFoundry + + + + + + + + \ No newline at end of file diff --git a/assets/social-templates/template_01_square.svg b/assets/social-templates/template_01_square.svg new file mode 100644 index 000000000..702eb24fb --- /dev/null +++ b/assets/social-templates/template_01_square.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SolFoundry + + + + + + BOUNTY + + + + [BOUNTY TITLE] + [BOUNTY TITLE] + + Complete the bounty and earn rewards in + SolFoundry ecosystem + + + + + + [AMOUNT] + $FNDRY + + + + + + + + [DIFFICULTY] + + + + + + + APPLY NOW + + + + solfoundry.io / #BuildOnSolFoundry + + + + + + \ No newline at end of file diff --git a/assets/social-templates/template_02_card.svg b/assets/social-templates/template_02_card.svg new file mode 100644 index 000000000..16c05a946 --- /dev/null +++ b/assets/social-templates/template_02_card.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SolFoundry + + + + + + HOT BOUNTY + + + + [BOUNTY TITLE] + Limited slots — act fast! + + + + DEADLINE + + [DAYS] + Days + : + [HRS] + Hrs + : + [MIN] + Min + + + + + [AMOUNT] + $FNDRY REWARD + + + + + + [DIFFICULTY] + + + + + CLAIM BOUNTY → + + + + solfoundry.io / #BuildOnSolFoundry + + + + + + + \ No newline at end of file diff --git a/assets/social-templates/template_02_square.svg b/assets/social-templates/template_02_square.svg new file mode 100644 index 000000000..403a5cee8 --- /dev/null +++ b/assets/social-templates/template_02_square.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + URGENT + + + + + + + + + + + + SolFoundry + + + + + + + + + HOT + BOUNTY + + + + + [BOUNTY TITLE] + [BOUNTY TITLE] + + + Limited slots available — don't miss out + + + + DEADLINE + + [DAYS] + Days + : + [HRS] + Hrs + : + [MIN] + Min + + + + [AMOUNT] + $FNDRY REWARD + + + + + [DIFFICULTY] + + + + + + CLAIM BOUNTY → + + \ No newline at end of file diff --git a/assets/social-templates/template_03_card.svg b/assets/social-templates/template_03_card.svg new file mode 100644 index 000000000..ede0da4c3 --- /dev/null +++ b/assets/social-templates/template_03_card.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SolFoundry + + + + + + $ + + REWARD + + + + [BOUNTY TITLE] + + + [AMOUNT] + $FNDRY REWARD + + + Complete the bounty and earn rewards + in the SolFoundry ecosystem + + + + + [DIFFICULTY] + + + + + EARN FNDRY + + + + solfoundry.io / #BuildOnSolFoundry + \ No newline at end of file diff --git a/assets/social-templates/template_03_square.svg b/assets/social-templates/template_03_square.svg new file mode 100644 index 000000000..ca921a86e --- /dev/null +++ b/assets/social-templates/template_03_square.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SolFoundry + + + + + + + + + + $ + FNDRY + + + + + + REWARD + + + + [BOUNTY TITLE] + Complete and earn $FNDRY tokens + + + [AMOUNT] + $FNDRY REWARD + + + + + [DIFFICULTY] + + + + + + EARN FNDRY + + \ No newline at end of file diff --git a/assets/social-templates/template_04_card.svg b/assets/social-templates/template_04_card.svg new file mode 100644 index 000000000..de51f05dc --- /dev/null +++ b/assets/social-templates/template_04_card.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 > npx create-solfoundry-app + 2 > ✓ Project created + 3 > cd bounty-app + 4 > npm run dev + 5 > 🚀 Server running + 6 > Ready for deployment + + + + + + + + SolFoundry + + + + + + <BOUNTY /> + + + + [BOUNTY TITLE] + + + // SHIP CODE. EARN FNDRY. + + Build decentralized applications + and earn rewards in $FNDRY + + + + [AMOUNT] + $FNDRY + + + + + + [DIFFICULTY] + + + + + + START BUILDING + + + + solfoundry.io / #BuildOnSolFoundry + + + + if let Some(bounty) = + registry.get(id) { + let reward = bounty + .calculate(contribution); + wallet.credit(reward); + } + + \ No newline at end of file diff --git a/assets/social-templates/template_04_square.svg b/assets/social-templates/template_04_square.svg new file mode 100644 index 000000000..6593bc41c --- /dev/null +++ b/assets/social-templates/template_04_square.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 > git clone solfoundry/bounty + 2 > cd bounty && npm install + 3 > Building dependencies… + 4 > ✓ 42 modules installed + 5 > git checkout -b feat/bounty + 6 > Starting development server… + 7 > Listening on port 3000 + + + + + fn deploy() → Result<Tx> + let program = compile(src)?; + let sig = cluster.send(tx)?; + println!("Deployed: {}", sig); + Ok(()) + + + + + + + + + + + + SolFoundry + + + + + </ + > + + + + { BUILDER BOUNTY } + + + [BOUNTY TITLE] + + // Ship code. Earn FNDRY. + + + + + + + [DIFFICULTY] + + + + + [AMOUNT] + $FNDRY + + + + + + START BUILDING + + + + solfoundry.io / #BuildOnSolFoundry + \ No newline at end of file diff --git a/assets/social-templates/template_05_card.svg b/assets/social-templates/template_05_card.svg new file mode 100644 index 000000000..34187aadc --- /dev/null +++ b/assets/social-templates/template_05_card.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SolFoundry + + + + + + + + NEW BOUNTY + + + + [BOUNTY TITLE] + + Fresh bounty just launched in the + SolFoundry ecosystem + + + + [AMOUNT] + $FNDRY REWARD + + + + + + [DIFFICULTY] + + + + + + LAUNCH → + + + + solfoundry.io / #BuildOnSolFoundry + \ No newline at end of file diff --git a/assets/social-templates/template_05_square.svg b/assets/social-templates/template_05_square.svg new file mode 100644 index 000000000..4ce5e722a --- /dev/null +++ b/assets/social-templates/template_05_square.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SolFoundry + + + + + + + + + + + + + + + + + + + + + + + + + NEW BOUNTY + + + + [BOUNTY TITLE] + [BOUNTY TITLE] + + Fresh bounty just launched + + + [AMOUNT] + $FNDRY REWARD + + + + + [DIFFICULTY] + + + + + + + LAUNCH → + + + + solfoundry.io / #BuildOnSolFoundry + \ No newline at end of file