nervosnetwork / grants

9 stars 9 forks source link

CLOSED Gitcoin: 1) Create a Godwoken Account on the EVM Layer 2 Testnet #2

Closed matt-quinn closed 1 year ago

matt-quinn commented 3 years ago

This task is capped at maximum 225 submissions; so be in the first 225 valid submissions to get your payout!

1. Create a Godwoken Account on the EVM Layer 2 Testnet

Nervos supports the use of Ethereum compatible smart contracts which allow developers to create dApps using the popular Solidity smart contract language. This is done by running the EVM (Ethereum Virtual Machine) in a Layer 2 based execution environment using the Godwoken and Polyjuice frameworks.

EVM dApps run nearly identically on Nervos as they do on Ethereum. This, in turn, allows dApp users to continue using the popular MetaMask wallet without having to install anything new. DApp users who are familiar with Ethereum will feel right at home!

Task Instructions

Note: Before starting the tasks, it is recommended that you review the Task Submission section so you know what materials you will need to provide to judges to review your task submission.

In the first task you'll create a Godwoken account on Nervos' EVM Layer 2 Testnet. Creating a Godwoken account is the first step that all users must perform on Nervos' Layer 1 blockchain before they can begin interacting with EVM smart contracts on Layer 2.

We will be focusing on Layer 2 for these tasks, so you don't need to think about Layer 1 too much right now. Alright, let's start creating an account!

The basic the process of creating a Godwoken account is:

  1. Create and fund an account with CKBytes on Layer 1.
  2. Deposit some CKBytes on Layer 2.

1. Create and Fund an Account with CKBytes on Layer 1

In this first step you must create an account on the Testnet Nervos CKB Layer 1 blockchain, fund it with some CKBytes, then export the private key for the account so it can be provided to other scripts.

This can be accomplished easily using the ckb-cli command line tool that is included with the CKB Node software. Free Testnet CKBytes can be obtained by using the Nervos Faucet.

For instructions on completing this step, please follow the steps in this tutorial.

2. Deposit some CKBytes on Layer 2

In this step you must make a deposit of CKBytes from Layer 1 to the Layer 2 which is provided by Godwoken. This step is necessary for Godwoken to create the user's Layer 2 account.

On Nervos, the user is responsible for paying state rent for any on-chain data they use, and this is done by requiring the user to lock 1 CKByte for every byte of data that needs to be stored on-chain. This is different from Ethereum, where state rent is still in the planning phases and has not been implemented yet. This deposit is used by Godwoken to lock CKBytes to pay the required state rent. For a more detail explanation about the tokenomics of Nervos, we recommended you view the Crypto-Economics Whitepaper.

This deposit can be made using the example script code provided in the tutorial below. Make sure you have your private key from the previous step available since it will be needed by the example script.

For instructions on completing this step, please follow the steps in this tutorial.

Task Submission

To complete the tasks, add the following materials to a document on your Github and submit for review by the judges (include the link in your Gitcoin submission):

  1. A screenshot of the accounts you created (account list) in ckb-cli.
  2. A link to the Layer 1 address you funded on the Testnet Explorer.
  3. A screenshot of the console output immediately after you have successfully submitted a deposit to Layer 2.

Helpful Links

oritwoen commented 3 years ago

I don't know where to report it, so I report it here.

I am already trying to make a deposit X once, but each time it is:

timeout for waiting deposit success in godwoken, please check with account id: undefined by your self.

Do I need to install a godwoken node beforehand and run it or something like that?

I follow the instructions and it always gives me this error.

matt-quinn commented 3 years ago

@ririen please join Discord for support https://discord.com/invite/AqGTUE9

juzkiddin commented 3 years ago

Error: Not enough capacity in from infos! at Object.injectCapacity (/home/juzkiddin/projects/godwoken-examples/node_modules/@ckb-lumos/common-scripts/lib/common.js:223:15) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async sendTxToEthAddress (/home/juzkiddin/projects/godwoken-examples/packages/tools/lib/account/deposit-ckb.js:41:18) at async Command.run (/home/juzkiddin/projects/godwoken-examples/packages/tools/lib/account/deposit-ckb.js:118:22) Im getting this error can anyone help?

gitcoinbot commented 3 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work has been started.

These users each claimed they can complete the work by 2 weeks, 5 days from now. Please review their action plans below:

1) serdnad has started work.

A testing ground for the Nervos blockchain and related tools. 2) sidduhere has started work.

I am first time exploring nervos blockchain 3) rsercano has started work.

Completed task 1 4) soptq has started work.

I will compete the required tasks. 5) antonyip has started work.

Create a GodWoken Account 6) venoox has started work.

Create layer 1 account and deposit to Layer 2 7) ririen has started work.

This project contains a completed task - related to the work on the 2nd layer which is called Godwoken. 8) x777 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 9) toorusl has started work.

account fund 10) dragondev1906 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 11) hexmanshu has started work.

Submitting solutions for each challenge. 12) rickmort has started work.

I'll create a Godwoken Account On The EVM Layer 2 Testnet 13) timfaner has started work.

Task1 resubmittsion 14) sisco0 has started work.

This project takes into account the needed requirements to create a submission 15) vinhbhn has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 16) ljshwyykl has started work.

nervosnetwork 17) l-kh has started work.

My submission for the hackathon, I will follow the instructions and submit screenshots 18) matteovalentino has started work.

Its my first Projekt lets do it 19) epsilon-638 has started work.

Make a deposit on evm layer 2 testnet 20) sandrogomes94 has started work.

I will complete and submit tasks requeriments 21) assafom has started work.

Step 1 of Nervos Hackathon. 22) jinusean has started work.

Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet 23) rezahsnz has started work.

t1 24) dhruv035 has started work.

ImLearning 25) u2rust has started work.

NervosGitcoin 26) rafat has started work.

Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet 27) ubinix-warun has started work.

In this task you will setup a local CKB Node and a local CKB Indexer for use with the Aggron Testnet. The general process is as follows:

  1. Setup a local CKB Node, configure it for the Testnet, and allow it to fully synchronize with the network.
  2. Setup a local CKB Indexer, and allow it to fully synchronize with the local CKB Node. 28) h4k333m has started work.

Planning to finish Task-1 of the Nervos-Gitcoin hackathon 29) newtrong has started work.

GitcoinNervos001 30) happylolonly has started work.

Task 1 31) imalfect has started work.

It's in the folder task1, if you couldn't read from layer2 creation screenshot then I put the logs in the folder. My ckb address: ckb1qyqqscs2lmx77de6pahk8wawjumv7ew4shfqene6ll 32) missgeds has started work.

Nervos Task 1 submission 33) dvdmrs09 has started work.

Create and fund an account with CKBytes on Layer 1. Deposit some CKBytes on Layer 2. 34) phungnm has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 35) hsamndo has started work.

Godwoken Account 36) nicky-ru has started work.

Getting more familiar with the project 37) pranshurastogi has started work.

Task 1 to create an account, deposit CKB and transfer it to layer 2. 38) raghav1997 has started work.

task 1 39) tn024687 has started work.

Create A Godwoken Account 40) orangemio has started work.

https://github.com/orangemio/nervos-grants/tree/main/task1 41) tanishqdsharma has started work.

Create godwoken wallet 42) 7h2x5e has started work.

Create A Godwoken Account 43) haorennibangbangrenmin has started work.

nervos-gitcoin 44) dex68 has started work.

the answer 45) anhnt4288 has started work.

Nervous hackathon 46) domix14 has started work.

Nervos Task 1 47) mindolam has started work.

Create Godwoken account. 48) hg00 has started work.

Learning about nervos as well as gitcoin, hoping to build something useful eventually 49) louraider has started work.

task 2 50) stgllr has started work.

nervos-gitcoin 51) madanyc has started work.

Explore Nervos blockchain 52) z330789559 has started work.

nft project 53) sunguru98 has started work.

Will finish as per mentioned over the steps :) 54) pgonday has started work.

Hackaton gitcoin 1 55) maxx6262 has started work.

Setting of ckb-cli and test account Making a deposit on L2 with testnet token 56) zazzydictionary has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 57) ayush20 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 58) el-tumero has started work.

Second encounter with Nervos. 59) holdmelol1 has started work.

nothing 60) bluesmell has started work.

Testing still Nervos 61) armujahid has started work.

1) create layer 1 account 2) claim faucet funds from testnet 3) create a Godwoken Account on the Layer 2 Testnet and make a deposit 62) ttnguyendev has started work.

A Project for Hackathon Nervos 63) rasamaher has started work.

project2 64) lehoi2195 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 65) xinbadev has started work.

gitcoin1 66) tharunrai14 has started work.

Created account and funded the testnet using faucet 67) gabrycina has started work.

Nervos Hackaton Task 1 68) rzbck has started work.

NERVOS - BROADEN THE SPECTRUM 69) sii0 has started work.

round two. GODMODE 70) maxencealvarez has started work.

Task 1 - 71) ircrp has started work.

Creation and funding of Godwoken account on CKBytes layer 1 & depositing CKBytes onto layer 2 72) techmeupnl has started work.

Hackathon 73) tomlloyd92 has started work.

Step 1 74) linhphamsg has started work.

Nervos supports the use of Ethereum compatible smart contracts which allow developers to create dApps using the popular Solidity smart contract language. This is done by running the EVM (Ethereum Virtual Machine) in a Layer 2 based execution environment using the Godwoken and Polyjuice frameworks.

EVM dApps run nearly identically on Nervos as they do on Ethereum. This, in turn, allows dApp users to continue using the popular MetaMask wallet without having to install anything new. DApp users who are familiar with Ethereum will feel right at home!

Task Instructions Note: Before starting the tasks, it is recommended that you review the Task Submission section so you know what materials you will need to provide to judges to review your task submission.

In the first task you'll create a Godwoken account on Nervos' EVM Layer 2 Testnet. Creating a Godwoken account is the first step that all users must perform on Nervos' Layer 1 blockchain before they can begin interacting with EVM smart contracts on Layer 2.

We will be focusing on Layer 2 for these tasks, so you don't need to think about Layer 1 too much right now. Alright, let's start creating an account!

The basic the process of creating a Godwoken account is:

Create and fund an account with CKBytes on Layer 1. Deposit some CKBytes on Layer 2. 75) thanphl has started work.

Work for Gitcoin 76) muhdmud has started work.

nervos network 77) andithemudkip has started work.

step 1 78) johnalgo has started work.

Nervos 79) paradiselab has started work.

Account creation on layer 1 and layer 2 80) hodlrtodlrfarmr has started work.

Submission for task 1 81) immodestextant has started work.

Submission for task 1 82) guidieudo has started work.

Nervos Gitcoin Hackathon tasks.

Project : https://github.com/GuiDieudo/Nervos-Gitcoin-Hackathon 83) bitcoineazy has started work.

$CKB - Hackathon 84) chakibhi has started work.

Gitcoin 1 85) b8n4s8n has started work.

werd 86) himself65 has started work.

Finished the task 87) raiden1411 has started work.

Nervos - Create A Godwoken Account On The EVM Layer 2 Testnet 88) fabioktldaf has started work.

it's already in the title :)) 89) miklosbarabas has started work.

Same learning goal as previously described in task 0 ! 91) vschepilo has started work.

Resolving first task 92) bcvsv has started work.

Nervos(1) 93) alizain5693 has started work.

task 1 done 94) mirrormirage0 has started work.

  1. Create and fund account in Layer 1
  2. Deposit funds in Layer 2 95) drugurares has started work.

Gitcoin Nervos Hackathon 96) luisantoniocrag has started work.

Create a Godwoken Account on the EVM Layer 2 Testnet 97) da3dalus88 has started work.

Task 1 for Nervos Hackaton 98) galileocap has started work.

In this task we create an account on both layers, and fund and deposit CKBytes on both 99) jordanmack has started work.

TEST 100) jonil85 has started work.

Gitcoin: 1) Create a Godwoken Account on the EVM Layer 2 Testnet 101) awaissaeeed has started work.

Creating a Godwoken Account on the EVM Layer 2 Testnet 102) azmora has started work.

Doing the nervos hackaton 1 103) ngocanhth has started work.

I build a simple todolist project 104) theyashmhatre has started work.

Task 2 105) zachstecko has started work.

1 106) feravasica has started work.

nervus interest 107) scentlxss has started work.

nervos task1 108) ramshreyas has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet, make a deposit. 109) stoneyv has started work.

Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet 110) danielekeroth has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 111) francov99 has started work.

Make a transaction on the CKB testnet 112) huutrung has started work.

Task1 113) mistakeone has started work.

Nervos 1 task 114) elm3nt0r has started work.

Create Nervos Account, Fund Layer 1 address, Send some funds to Layer 2 115) andermarce has started work.

Task 1 116) carlososuna11 has started work.

Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet 117) nomicid has started work.

Working on Task1! 118) lqne has started work.

Nervos-Submission_Task1 119) 0xcatgenius has started work.

completing task 2 120) jackieyewang has started work.

https://github.com/Jackieyewang/Nervos-gitcoin/blob/main/task1/README.md 121) sking789 has started work.

repo for ckb gitcoin hackathons 122) locvalucha has started work. 123) wzor has started work.

Create and Fund an Account with CKBytes on Layer 1 Deposit some CKBytes on Layer 2 124) tatsujoestar has started work.

Nervos-Hackathon 125) gapro8 has started work.

task 1 126) preet-aulokh has started work.

Create a Godwoken account on EMV layer 2 127) billkirschner has started work.

Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet 128) nishuzumi has started work.

nervos 129) kevinchensr has started work.

Nervos-Broaden-The-Spectrum 130) niedhui has started work.

nervos hackaton 131) bayou020 has started work.

Task 1 faced many difficulties while syncing from local node to deposit 132) duylinh196tb has started work.

Nervos Gitcoin Task 1 133) sabaiprimo has started work.

Project for nervos hackathon task1 134) carmen0208 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 135) alexchun1011 has started work.

Task01 136) mashmzc has started work.

Create a Godwoken Account on the EVM Layer 2 Testnet 137) shinyhunters has started work.

Nervos hackathon task1 138) cito-lito has started work.

nervos_hackathon 139) javiercervilla has started work.

This project is for learning how to use nervos 140) knnlrts has started work.

Nervos hackaton: task 1 141) dikky88 has started work.

ckb dikky task1 142) clmerden has started work.

good project 143) cyberfifteen has started work.

ddd 144) jeasterman has started work.

Nervos Hackathon Task 1 145) sergiofdeznunez has started work.

this project is for testing gitcoin and nervos 146) callmenikolaii has started work.

Code for Nervos step1 147) mrbearp has started work.

Nervos Hackathon Task 1 148) stwith has started work.

this is for nervos hackathon 149) amitesh03 has started work.

Created an account with ckb-cli and funded layer 1 address and transferred it to layer 2. 150) cy6erninja has started work.

https://github.com/cy6erninja/nervos-gitcoin/tree/main/task1 151) pfed-prog has started work.

completing task 1 of nervos hackathon 152) samet1998 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 153) kidneyweakx has started work.

Learn how to use ckb-cli and deposit the faucet into EVM layer2 . 154) hongquanvn1998 has started work.

Gitcoin 1 155) noelisfirst has started work.

https://github.com/noelIsfirst/nervos-gitcoin/tree/main/task1 156) sunydev has started work.

create new account and use faucet to add fund 157) brohamgoham has started work.

testing 158) mrjacobsullivan has started work.

Nervos - Broaden The Spectrum 159) vaibhavtevatia has started work.

Completed Task1 160) zzhengzhuo has started work.

Hackathon task1 161) sikure has started work.

https://github.com/sikure/nervos/tree/main/1 162) jcervante has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 163) moonlighter286 has started work.

https://github.com/moonlighter286/nervos-hackathon/tree/main/01 164) stone-rocket has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 165) wangjianyeart has started work.

wonderful 166) yehohanan7 has started work.

Nervos Grant 1 167) celoaken has started work.

Create Godwoken account and deposit 168) ajit766 has started work.

Trying out Nervos 169) klaxxon6 has started work.

https://github.com/klaxxon6/nervos-gitcoin/tree/main/task-1 170) selimkafa has started work.

nervos1 171) phuc-obama has started work.

This project is a result for nervos task 1 172) parley1991 has started work.

https://github.com/parley1991/GitcoinNervos/tree/main/task1 173) haotang12 has started work.

There is the solution for task 1 174) sirakberhane has started work.

Task 1 - Create A Godwoken Account On The EVM Layer 2 Testnet 175) s1119858711 has started work.

finish task 1 176) joshien has started work.

Nervos Hackathon 177) dziobakwszafie has started work.

Nervos 178) helixo1 has started work.

https://github.com/helixo1/nervos-gitcoin/tree/main/01 179) chaitanyasjoshi has started work.

Created a Godwoken Account On The EVM Layer 2 Testnet 180) nhaga has started work.

nervos hackathon 181) paraeagle1989 has started work.

https://github.com/paraeagle1989/nervos/tree/main/nervos1 182) zyra-zia has started work.

Nervos Hackathon 183) evolofthings has started work.

Nervos Hackathon01 184) duylinh298ptit has started work.

Nervos task 1 185) leon-africa has started work.

Nervos Hackathon 186) sgnovo8 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 187) gilfrog21 has started work.

https://github.com/gilfrog21/GitCoinNervos/tree/main/01 188) eduwr has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 189) rhenushail has started work.

https://github.com/rhenushail/nervos-gitcoin/tree/main/task1 190) thanhnhann has started work.

Done Nervos-task1 191) lofravaz has started work.

Create a Godwoken Account on the EVM Layer 2 Testnet 192) luiscrag has started work.

I'll create a new godwoken account on the EVM Layer 2 Testner 193) stefanofa has started work.

I will create a Godwoken account on the EVM Layer 2 Testnet 194) nabilanam has started work.

Gitcoin: 1) Create a Godwoken Account on the EVM Layer 2 Testnet 195) yiniandawn has started work.

Task1 196) philippeomalley has started work.

Nervos Hackathon task 1 197) imabdullahjan has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 198) berkayermis has started work.

Gitcoin Nervos Hackathon - Task 1 199) alfonsus has started work.

Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet 200) ysongh has started work.

I will work on creating a Godwoken Account On The EVM Layer 2 Testnet 201) topma has started work.

Task 1 202) pulth has started work.

NervosHackathon Task1 submission 203) mxdui has started work.

By error I stop working on this bounty , I'm new to this platform 204) reiss2000 has started work.

https://gitcoin.co/issue/nervosnetwork/grants/2/100026208 205) alexfedotovqq has started work.

Let me in 206) meathewww has started work.

Create account 207) mschemerii has started work.

nervos hackathon 208) karyabina23 has started work.

task 1 209) quocson95 has started work.

nervos-task 1 210) kumakun0v0 has started work.

Create an Account and deposit 211) ufrok1 has started work.

NervosGitCoin 212) deepansharya1111 has started work.

Submission for task "Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet" 213) cocdap has started work.

this is task 1 214) michsss has started work.

gitcoin hackathon 215) mmcel has started work.

create account and transfer to l2 216) quanhuynh2007 has started work.

https://github.com/quanhuynh2007/Nervos---Broaden-The-Spectrum/tree/main/Gitcoin1 217) howinoc has started work.

create account, get faucet, deposit l2 218) aliabdullah54 has started work.

nervos task 1 219) vivensy has started work.

create account 220) kizna1ver has started work.

Task1 221) hoangnd298 has started work.

nervos-hackathon 222) christiantpw has started work.

Project for Hackathon by Nervos 223) hdbhandari has started work.

Task-01 of Nervos - Broaden the Spectrum 224) ty1b has started work.

task 1 225) wugong68 has started work.

mypro1 226) alexpuig has started work.

SSI Cross-chain 227) sondq has started work.

Nervos 1 228) fsy412 has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 229) seanho96 has started work.

nervos-gitcoin 230) thanhthai3010 has started work.

Nervosnetwork Task 1 231) ptisserand has started work.

Nervos hackaton 232) quocson100 has started work.

task 1 233) yafiabiyyu has started work.

Learn how to deposit to layer 2 234) m-sekhon has started work.

Gitcoin: 1) Create A Godwoken Account On The EVM Layer 2 Testnet

A screenshot of the accounts created (account list) in ckb-cli. A link to the Layer 1 address you funded on the Testnet Explorer. A screenshot of the console output immediately after you have successfully submitted a deposit to Layer 2.

https://github.com/m-sekhon/hackathon-nervos/pull/4 235) u1dxpool has started work.

nervos_gitcoin 236) clppvn has started work.

NervosNetwork hackathon from Gitcoin 237) supertrampdeve has started work.

hackathon project 238) ody123 has started work.

task1 239) gaspreth has started work.

task1 240) bruceyangman has started work.

task1 241) jnditifei has started work.

Hackaton nervos 242) elliot0x3 has started work.

Creating a Godwoken account on the EVM layer 2 Testnet 243) voldown has started work.

task 1 244) arnaudatcomet has started work.

HKT Nervos #1 245) helmihidzir has started work.

Working on Task 1 246) superheavytoken has started work.

Stage 2 247) emindu has started work.

Task_1 248) andrewpsp has started work.

Welcome to the Yard 249) demoncash08 has started work.

Learning layer 2 solutions 250) liushooter has started work.

task02 251) ocean-bee has started work.

Screenshot of accounts list. Link to funded layer 1 address. Screenshot of deposit to Layer 2. 252) dexhunter has started work.

ckb-bounty-2021-1 253) piresg has started work.

Create a Godwoken Account on the EVM Layer 2 Testnet 254) puppetmaster66 has started work.

Task 1 255) freriks has started work.

Learn about layer 2 256) larricane has started work.

finished task1 257) lopeselio has started work.

Task 2: Creating a Godwoken account 258) betosmith2000 has started work.

Nervos accounts 259) alegatto has started work.

task 1 completed! 260) mechawrench has started work.

Nervos GitCoin #1 261) josemariasosa has started work.

Task-1 262) kevgllt has started work.

Hackathon Nervos Gitcoin:1

Gitcoin: 1) Create a Godwoken Account on the EVM Layer 2 Testnet 263) chochinlu has started work.

task 1 264) ykoyote has started work.

Try it out a cross chain interoperability 265) deryyy has started work.

ar 266) panxianhai has started work.

task1 finished! 267) cuongtuanvu has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 268) asfman has started work.

task 1 269) han5o has started work.

Hackathon 270) jdrxcr has started work.

Task completed 271) amoghavb has started work.

nervos task 1 272) schrubitteflau has started work.

Gitcoin: 1) Create a Godwoken Account on the EVM Layer 2 Testnet 273) erredll has started work.

NervosHackathon - Create A Godwoken Account On The EVM Layer 2 Testnet 274) rynsm4rt has started work.

second task done! 275) amalnathsathyan has started work.

Succesfully Created accounts using ckb-cli. Using private keys, deposited 1000 CKB to layer 2 address using accounts-cli. 276) my-gem has started work.

Create A Godwoken Account On The EVM Layer 2 Testnet 277) earthnook has started work.

nervos ckb platform learning 278) flippinroo2 has started work.

This repository is to house submissions for the Nervos hackathon on GitCoin. 279) ppecotot has started work.

create godwoken acct 280) hehanbo1990 has started work.

ckb01 281) 7kms has started work.

Create a Godwoken Account on the EVM Layer 2 Testnet 282) keheira has started work.

submit a deposit on layer 2 283) tuturu-tech has started work.

Godwoken account creation, L1 to L2 deposit 284) jamesmormon has started work.

posted node/sync photos starting part 4:44am 285) kfuq has started work.

Just a guy whos been using computers for a long time 286) skankhunt66 has started work.

task-1 287) ralphilius has started work.

Submission for task 1 288) mosqu1to3zz has started work.

Task2 https://explorer.nervos.org/aggron/address/ckt1qyqxdr5n47mc58fmxayhrn999nv97ud7pvdqzuhtph 289) sharpcx has started work.

sharpcx ckb proj 290) yexiaozhu05 has started work.

learn nervos 291) developer-walnoot has started work.

Succes!

Learn more on the Gitcoin Issue Details page.

gitcoinbot commented 3 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work for 1000.0 CKB (10.10 USD @ $0.01/CKB) has been submitted by:

  1. @timfaner
  2. @toorusl
  3. @rsercano
  4. @sidduhere
  5. @ririen
  6. @antonyip
  7. @venoox
  8. @x777
  9. @soptq
  10. @dragondev1906
  11. @hexmanshu
  12. @rickmort
  13. @ksd015-cyb
  14. @sisco0
  15. @w5pand
  16. @vinhbhn
  17. @xcshuan
  18. @l-kh
  19. @epsilon-638
  20. @taurenshaman
  21. @jinusean
  22. @rezahsnz
  23. @ljshwyykl
  24. @dhruv035
  25. @rafat
  26. @h4k333m
  27. @ben-razor
  28. @happylolonly
  29. @caneryy
  30. @imalfect
  31. @missgeds
  32. @jpeterd
  33. @hsamndo
  34. @assafom
  35. @nicky-ru
  36. @phungnm
  37. @7h2x5e
  38. @pranshurastogi
  39. @tn024687
  40. @criusxx
  41. @orangemio
  42. @tanishqdsharma
  43. @ubinix-warun
  44. @haorennibangbangrenmin
  45. @domix14
  46. @hg00
  47. @mindolam
  48. @stgllr
  49. @newtrong
  50. @sandrogomes94
  51. @anhnt4288
  52. @z330789559
  53. @sunguru98
  54. @pgonday
  55. @rncrypto06
  56. @el-tumero
  57. @armujahid
  58. @ayush20
  59. @ttnguyendev
  60. @xinbadev
  61. @ronalddas
  62. @gabrycina
  63. @maxx6262
  64. @tech-engine
  65. @tomlloyd92
  66. @maxencealvarez
  67. @rzbck
  68. @thanphl
  69. @tungtobe
  70. @stevenhva
  71. @stephane303
  72. @ircrp
  73. @johnalgo
  74. @andithemudkip
  75. @techmeupnl
  76. @muhdmud
  77. @waverune
  78. @paradiselab
  79. @tarique1988
  80. @immodestextant
  81. @cryptowingnut
  82. @bitcoineazy
  83. @hodlrtodlrfarmr
  84. @dex68
  85. @juzkiddin
  86. @himself65
  87. @guidieudo
  88. @lehoi2195
  89. @miklosbarabas
  90. @vschepilo
  91. @raiden1411
  92. @schen1
  93. @alizain5693
  94. @bcvsv
  95. @jefferson-pham
  96. @mirrormirage0
  97. @fabioktldaf
  98. @luisantoniocrag
  99. @galileocap
  100. @chakibhi
  101. @orhanors
  102. @da3dalus88
  103. @jonil85
  104. @drugurares
  105. @walkertraylor
  106. @cesheep
  107. @ngocanhth
  108. @theyashmhatre
  109. @zachstecko
  110. @azmora
  111. @feravasica
  112. @scentlxss
  113. @ramshreyas
  114. @stoneyv
  115. @ndduc-fpt
  116. @francov99
  117. @huutrung
  118. @andermarce
  119. @phuonghovn
  120. @nomicid
  121. @nervos2021
  122. @carlososuna11
  123. @lqne
  124. @0xcatgenius
  125. @sking789
  126. @abrandec
  127. @sii0
  128. @elod23
  129. @gapro8
  130. @nishuzumi
  131. @kevinchensr
  132. @wzor
  133. @linhphamsg
  134. @raghav1997
  135. @tharunrai14
  136. @asinghvishen
  137. @niedhui
  138. @bayou020
  139. @billkirschner
  140. @awaissaeeed
  141. @duylinh196tb
  142. @sabaiprimo
  143. @tatsujoestar
  144. @alexchun1011
  145. @nqmtri86
  146. @preet-aulokh
  147. @carmen0208
  148. @baoanh1310
  149. @mistakeone
  150. @mashmzc
  151. @sidharthpunathil
  152. @shinyhunters
  153. @knnlrts
  154. @clmerden
  155. @cito-lito
  156. @jeasterman
  157. @mrbearp
  158. @stwith
  159. @cyberfifteen
  160. @amitesh03
  161. @cy6erninja
  162. @samet1998
  163. @noelisfirst
  164. @kidneyweakx
  165. @sunydev
  166. @hhuuaa
  167. @long-blade
  168. @pfed-prog
  169. @dikky88
  170. @mrjacobsullivan
  171. @stone-rocket
  172. @zzhengzhuo
  173. @sikure
  174. @moonlighter286
  175. @thien-nguyen1308
  176. @wangjianyeart
  177. @celoaken
  178. @ajit766
  179. @yehohanan7
  180. @klaxxon6
  181. @huazhouwang
  182. @selimkafa
  183. @phuc-obama
  184. @parley1991
  185. @haotang12
  186. @sirakberhane
  187. @s1119858711
  188. @dziobakwszafie
  189. @helixo1
  190. @chaitanyasjoshi
  191. @chiragbadhe
  192. @paraeagle1989
  193. @zyra-zia
  194. @nhaga
  195. @pnp1712
  196. @zach-cook
  197. @postman56
  198. @duylinh298ptit
  199. @leon-africa
  200. @sgnovo8
  201. @gilfrog21
  202. @rhenushail
  203. @thanhnhann
  204. @luiscrag
  205. @lofravaz
  206. @stefanofa
  207. @eduwr
  208. @nabilanam
  209. @yiniandawn
  210. @ulices2
  211. @philippeomalley
  212. @spiceydev
  213. @topma
  214. @ysongh
  215. @imabdullahjan
  216. @andres-andretti
  217. @dorian333
  218. @berkayermis
  219. @mxdui
  220. @pulth
  221. @misty444
  222. @haxyz
  223. @reiss2000
  224. @alexfedotovqq
  225. @superburst
  226. @elfelf2
  227. @meathewww
  228. @hongquanvn1998
  229. @karyabina23
  230. @quocson95
  231. @kumakun0v0
  232. @locvalucha
  233. @herzog5
  234. @u2rust
  235. @cocdap
  236. @ufrok1
  237. @mmcel
  238. @quanhuynh2007
  239. @howinoc
  240. @aliabdullah54
  241. @vivensy
  242. @deepansharya1111
  243. @defaultrectr0
  244. @hoangnd298
  245. @michsss
  246. @ty1b
  247. @wugong68
  248. @alexpuig
  249. @sondq
  250. @ass77
  251. @d4rkgh0
  252. @fsy412
  253. @thanhthai3010
  254. @kizna1ver
  255. @joshien
  256. @seanho96
  257. @quocson100
  258. @ptisserand
  259. @kenyatta666
  260. @yafiabiyyu
  261. @m-sekhon
  262. @donkross360
  263. @u1dxpool
  264. @gentlebutapril
  265. @gdawson771
  266. @clppvn
  267. @rkr-dev
  268. @terryboy
  269. @supertrampdeve
  270. @ody123
  271. @rodrig7
  272. @destotomas07
  273. @hashan89
  274. @icaroo
  275. @bulentbozdag
  276. @jcervante
  277. @gaspreth
  278. @bruceyangman
  279. @hsouf
  280. @hdbhandari
  281. @jnditifei
  282. @voldown
  283. @arnaudatcomet
  284. @jackieyewang
  285. @elliot0x3
  286. @helmihidzir
  287. @superheavytoken
  288. @emindu
  289. @christiantpw
  290. @andrewpsp
  291. @demoncash08
  292. @ocean-bee
  293. @liushooter
  294. @piresg
  295. @amrosaeed
  296. @puppetmaster66
  297. @freriks
  298. @betosmith2000
  299. @alegatto
  300. @crispysandwhich
  301. @mechawrench
  302. @food
  303. @josemariasosa
  304. @chochinlu
  305. @ykoyote
  306. @deryyy
  307. @panxianhai
  308. @cuongtuanvu
  309. @asfman
  310. @dexhunter
  311. @playflycode
  312. @han5o
  313. @jdrxcr
  314. @schrubitteflau
  315. @erredll
  316. @rynsm4rt
  317. @amalnathsathyan
  318. @mosquida
  319. @my-gem
  320. @cultless
  321. @earthnook
  322. @flippinroo2
  323. @ppecotot
  324. @7kms
  325. @elmarchk0
  326. @keheira
  327. @larricane
  328. @tuturu-tech
  329. @skankhunt66
  330. @ralphilius
  331. @mosqu1to3zz
  332. @sharpcx
  333. @yexiaozhu05

@matt-quinn please take a look at the submitted work:


deryyy commented 3 years ago

Me too not paying

Pada tanggal Kam, 9 Sep 2021 00.46, shinyhunters @.***> menulis:

Hello guys, I have not recieved my payout yet.... please help. even my name is also there in the list

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nervosnetwork/grants/issues/2#issuecomment-915442488, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXSYR6VJSLHFDWYVDYVGRDUA6ONTANCNFSM5BPYLLHA .

superheavytoken commented 3 years ago

Me too

Envoyé de mon iPhone

Le 16 août 2021 à 20:31, Gitcoin.co Bot @.***> a écrit :

 Issue Status: 1. Open 2. Started 3. Submitted 4. Done

Work for 1000.0 CKB (10.10 USD @ $0.01/CKB) has been submitted by:

@timfaner @toorusl @rsercano @sidduhere @ririen @antonyip @venoox @x777 @soptq @dragondev1906 @hexmanshu @rickmort @ksd015-cyb @sisco0 @w5pand @vinhbhn @xcshuan @l-kh @epsilon-638 @taurenshaman @jinusean @rezahsnz @ljshwyykl @dhruv035 @rafat @h4k333m @ben-razor @happylolonly @caneryy @imalfect @missgeds @jpeterd @hsamndo @assafom @nicky-ru @phungnm @7h2x5e @pranshurastogi @tn024687 @criusxx @orangemio @tanishqdsharma @ubinix-warun @haorennibangbangrenmin @domix14 @hg00 @mindolam @stgllr @newtrong @sandrogomes94 @anhnt4288 @z330789559 @sunguru98 @pgonday @rncrypto06 @el-tumero @armujahid @ayush20 @ttnguyendev @xinbadev @ronalddas @gabrycina @maxx6262 @tech-engine @tomlloyd92 @maxencealvarez @rzbck @thanphl @tungtobe @stevenhva @stephane303 @ircrp @johnalgo @andithemudkip @techmeupnl @muhdmud @waverune @paradiselab @tarique1988 @immodestextant @cryptowingnut @bitcoineazy @hodlrtodlrfarmr @dex68 @juzkiddin @himself65 @guidieudo @lehoi2195 @miklosbarabas @vschepilo @raiden1411 @schen1 @alizain5693 @bcvsv @jefferson-pham @mirrormirage0 @fabioktldaf @luisantoniocrag @galileocap @chakibhi @orhanors @da3dalus88 @jonil85 @drugurares @walkertraylor @cesheep @ngocanhth @theyashmhatre @zachstecko @azmora @feravasica @scentlxss @ramshreyas @stoneyv @ndduc-fpt @francov99 @huutrung @andermarce @phuonghovn @nomicid @nervos2021 @carlososuna11 @lqne @0xcatgenius @sking789 @abrandec @sii0 @elod23 @gapro8 @nishuzumi @kevinchensr @wzor @linhphamsg @raghav1997 @tharunrai14 @asinghvishen @niedhui @bayou020 @billkirschner @awaissaeeed @duylinh196tb @sabaiprimo @tatsujoestar @alexchun1011 @nqmtri86 @preet-aulokh @carmen0208 @baoanh1310 @mistakeone @mashmzc @sidharthpunathil @shinyhunters @knnlrts @clmerden @cito-lito @jeasterman @mrbearp @stwith @cyberfifteen @amitesh03 @cy6erninja @samet1998 @noelisfirst @kidneyweakx @sunydev @hhuuaa @long-blade @pfed-prog @dikky88 @mrjacobsullivan @stone-rocket @zzhengzhuo @sikure @moonlighter286 @thien-nguyen1308 @wangjianyeart @celoaken @ajit766 @yehohanan7 @klaxxon6 @huazhouwang @selimkafa @phuc-obama @parley1991 @haotang12 @sirakberhane @s1119858711 @dziobakwszafie @helixo1 @chaitanyasjoshi @chiragbadhe @paraeagle1989 @zyra-zia @nhaga @pnp1712 @zach-cook @postman56 @duylinh298ptit @leon-africa @sgnovo8 @gilfrog21 @rhenushail @thanhnhann @luiscrag @lofravaz @stefanofa @eduwr @nabilanam @yiniandawn @ulices2 @philippeomalley @spiceydev @topma @ysongh @imabdullahjan @andres-andretti @dorian333 @berkayermis @mxdui @pulth @misty444 @haxyz @reiss2000 @alexfedotovqq @superburst @elfelf2 @meathewww @hongquanvn1998 @karyabina23 @quocson95 @kumakun0v0 @locvalucha @herzog5 @u2rust @cocdap @ufrok1 @mmcel @quanhuynh2007 @howinoc @aliabdullah54 @vivensy @deepansharya1111 @defaultrectr0 @hoangnd298 @michsss @ty1b @wugong68 @alexpuig @sondq @ass77 @d4rkgh0 @fsy412 @thanhthai3010 @kizna1ver @joshien @seanho96 @quocson100 @ptisserand @kenyatta666 @yafiabiyyu @m-sekhon @donkross360 @u1dxpool @gentlebutapril @gdawson771 @clppvn @rkr-dev @terryboy @supertrampdeve @ody123 @rodrig7 @destotomas07 @hashan89 @icaroo @bulentbozdag @jcervante @gaspreth @bruceyangman @hsouf @hdbhandari @jnditifei @voldown @arnaudatcomet @jackieyewang @elliot0x3 @helmihidzir @superheavytoken @emindu @christiantpw @andrewpsp @demoncash08 @ocean-bee @liushooter @piresg @amrosaeed @puppetmaster66 @freriks @betosmith2000 @alegatto @crispysandwhich @mechawrench @food @josemariasosa @chochinlu @ykoyote @deryyy @panxianhai @cuongtuanvu @asfman @dexhunter @playflycode @han5o @jdrxcr @schrubitteflau @erredll @rynsm4rt @amalnathsathyan @mosquida @my-gem @cultless @earthnook @flippinroo2 @ppecotot @7kms @elmarchk0 @keheira @larricane @tuturu-tech @skankhunt66 @ralphilius @mosqu1to3zz @sharpcx @yexiaozhu05 @matt-quinn please take a look at the submitted work:

PR by @yexiaozhu05 PR by @SharpCX PR by @Mosqu1to3zZ PR by @ralphilius PR by @skankhunt66 PR by @tuturu-tech PR by @larricane PR by @Keheira PR by @ElMarchk0 PR by @7kms PR by @ppecotot PR by @flippinroo2 PR by @Earthnook PR by @CultLess PR by @my-Gem PR by @mosquida PR by @amalnathsathyan PR by @rynsm4rt PR by @erredll PR by @Schrubitteflau PR) by @JDRXcr PR by @Han5o PR by @playflycode PR by @dexhunter PR by @asfman PR by @cuongtuanvu PR by @panxianhai PR by @deryyy PR by @ykoyote PR by @chochinlu PR by @josemariasosa PR by @food PR by @mechawrench PR by @crispysandwhich PR by @alegatto PR by @betosmith2000 PR by @freriks PR by @puppetmaster66 PR by @amrosaeed PR by @piresg PR by @liushooter PR by @ocean-bee PR by @demoncash08 PR by @andrewpsp PR by @ChristianTPW PR by @Emindu PR by @superheavytoken PR by @helmihidzir PR by @elliot0x3 PR by @jackieyewang PR by @arnaudatcomet PR by @voldown PR by @jnditifei PR by @hdbhandari PR by @hsouf PR by @bruceyangman PR by @gaspreth PR by @jcervante PR by @bulentbozdag PR by @icaroo PR by @hashan89 PR by @destotomas07 PR by @rodrig7 PR%20Create%20A%20Godwoken%20Account%20On%20The%20EVM%20Layer%202%20Testnet) by @ody123 PR by @supertrampdeve PR by @terryboy PR by @rkr-dev PR by @clppvn PR by @gdawson771 PR by @gentlebutapril PR by @u1dxpool PR by @donkross360 PR by @m-sekhon PR by @yafiabiyyu PR by @kenyatta666 PR by @ptisserand PR by @quocson100 PR by @seanho96 PR by @joshien PR by @kizna1ver PR by @thanhthai3010 PR by @fsy412 PR by @d4rkgh0 PR by @ass77 PR by @sondq PR by @alexpuig PR by @wugong68 PR by @ty1b PR by @michsss PR by @hoangnd298 PR by @defaultrectr0 PR by @deepansharya1111 PR by @vivensy PR by @aliabdullah54 PR by @howinoc PR by @quanhuynh2007 PR by @mmcel PR by @ufrok1 PR by @cocdap PR by @u2rust PR by @herzog5 PR by @locvalucha PR by @kumakun0v0 PR by @quocson95 PR by @karyabina23 PR by @hongquanvn1998 PR by @meathewww PR by @elfelf2 PR by @superburst PR by @alexfedotovqq PR by @reiss2000 PR by @haxyz PR by @misty444 PR by @pulth PR by @mxdui PR by @berkayermis PR by @dorian333 PR by @andres-andretti PR by @imabdullahjan PR by @ysongh PR by @topma PR by @spiceydev PR by @philippeomalley PR by @ulices2 PR by @yiniandawn PR by @nabilanam PR by @eduwr PR by @stefanofa PR by @lofravaz PR by @luiscrag PR by @thanhnhann PR by @rhenushail PR by @gilfrog21 PR by @sgnovo8 PR%20Create%20A%20Godwoken%20Account%20On%20The%20EVM%20Layer%202%20Testnet.MD) by @leon-africa PR by @duylinh298ptit PR by @postman56 PR by @zach-cook PR by @pnp1712 PR by @nhaga PR by @zyra-zia PR by @paraeagle1989 PR by @chiragbadhe PR by @chaitanyasjoshi PR by @helixo1 PR by @dziobakwszafie PR by @s1119858711 PR by @sirakberhane PR by @haotang12 PR by @parley1991 PR by @phuc-obama PR by @selimkafa PR by @huazhouwang PR by @klaxxon6 PR by @yehohanan7 PR by @ajit766 PR by @celoaken PR by @wangjianyeart PR by @thien-nguyen1308 PR by @moonlighter286 PR by @sikure PR by @zzhengzhuo PR by @hhuuaa PR%20Create%20A%20Godwoken%20Account%20On%20The%20EVM%20Layer%202%20Testnet.md) by @sunydev PR by @kidneyweakx PR by @noelisfirst PR by @samet1998 PR by @cy6erninja PR by @amitesh03 PR by @cyberfifteen PR by @stwith PR by @mrbearp PR by @jeasterman PR by @cito-lito PR by @clmerden PR by @knnlrts PR by @shinyhunters PR by @sidharthpunathil PR by @mashmzc PR by @mistakeone PR by @baoanh1310 PR by @carmen0208 PR by @preet-aulokh PR by @nqmtri86 PR by @alexchun1011 PR by @tatsujoestar PR by @sabaiprimo PR by @duylinh196tb PR by @awaissaeeed PR by @billkirschner PR by @bayou020 PR by @niedhui PR by @asinghvishen PR by @tharunrai14 PR by @raghav1997 PR by @linhphamsg PR by @wzor PR%20Create%20A%20Godwoken%20Account%20On%20The%20EVM%20Layer%202%20Testnet) by @kevinchensr PR by @nishuzumi PR by @gapro8 PR by @elod23 PR by @sii0 PR by @abrandec PR by @sking789 PR by @0xcatgenius PR by @lqne PR by @carlososuna11 PR by @nervos2021 PR by @nomicid PR by @phuonghovn PR by @andermarce PR by @huutrung PR by @francov99 PR by @ndduc-fpt PR by @stoneyv PR by @ramshreyas PR by @scentlxss PR by @feravasica PR by @azmora PR by @zachstecko PR by @theyashmhatre PR by @ngocanhth PR by @cesheep PR by @walkertraylor PR by @drugurares PR by @jonil85 PR by @da3dalus88 PR by @orhanors PR by @chakibhi PR by @galileocap PR by @luisantoniocrag PR by @fabioktldaf PR by @mirrormirage0 PR by @jefferson-pham PR by @bcvsv PR by @alizain5693 PR by @schen1 PR by @raiden1411 PR by @vschepilo PR by @miklosbarabas PR by @lehoi2195 PR by @guidieudo PR by @himself65 PR by @juzkiddin PR by @dex68 PR by @hodlrtodlrfarmr PR by @bitcoineazy PR by @cryptowingnut PR by @immodestextant PR by @tarique1988 PR by @paradiselab PR by @waverune PR by @muhdmud PR by @techmeupnl PR by @andithemudkip PR by @johnalgo PR by @ircrp PR by @stephane303 PR by @stevenhva PR by @tungtobe PR by @stone-rocket PR by @mrjacobsullivan PR by @dikky88 PR by @pfed-prog PR by @long-blade PR by @thanphl PR by @rzbck PR by @maxencealvarez PR by @tomlloyd92 PR by @tech-engine PR by @maxx6262 PR by @gabrycina PR by @ronalddas PR by @xinbadev PR by @ttnguyendev PR by @ayush20 PR by @armujahid PR by @el-tumero PR by @rncrypto06 PR by @pgonday PR by @sunguru98 PR by @z330789559 PR by @anhnt4288 PR by @sandrogomes94 PR by @newtrong PR by @stgllr PR by @mindolam PR by @hg00 PR by @domix14 PR by @haorennibangbangrenmin PR by @ubinix-warun PR by @tanishqdsharma PR by @orangemio PR by @criusxx PR by @tn024687 PR%20Setup%20A%20Local%20CKB%20Node%20And%20CKB%20Indexer%20For%20The%20Testnet) by @pranshurastogi PR by @7h2x5e PR by @phungnm PR by @nicky-ru PR by @assafom PR by @hsamndo PR by @jpeterd PR by @missgeds PR by @imalfect PR by @caneryy PR by @happylolonly PR by @ben-razor PR by @h4k333m PR by @rafat PR by @dhruv035 PR by @ljshwyykl PR by @rezahsnz PR by @jinusean PR by @taurenshaman PR by @timfaner PR by @epsilon-638 PR by @l-kh PR by @xcshuan PR by @vinhbhn PR by @w5pand PR by @sisco0 PR by @ksd015-cyb PR by @rickmort PR by @hexmanshu PR by @dragondev1906 PR by @soptq PR by @x777 PR by @venoox PR by @antonyip PR by @ririen PR by @sidduhere PR by @rsercano PR by @toorusl Learn more on the Gitcoin Issue Details page Want to chip in? Add your own contribution here. Questions? Checkout Gitcoin Help or the Gitcoin's Discord $2,199,650.99 more funded OSS Work available on the Gitcoin Issue Explorer — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.