{"id":15065195,"url":"https://github.com/rae-ralston/solidity-intro-first-contract","last_synced_at":"2025-04-10T13:23:16.791Z","repository":{"id":91728158,"uuid":"103989941","full_name":"rae-ralston/solidity-intro-first-contract","owner":"rae-ralston","description":"OAKLAND BLOCKCHAIN DEVELOPERS: A class going over the basics of the solidity language \u0026 developing/deploying your first contract.","archived":false,"fork":false,"pushed_at":"2017-10-06T22:53:10.000Z","size":1249,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T12:11:17.334Z","etag":null,"topics":["dapp","ethereum","ethereum-dapp","my-first-dapp","solidity","solidity-contracts","solidity-language"],"latest_commit_sha":null,"homepage":"http://www.blockchaindevelopers.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rae-ralston.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-18T20:43:46.000Z","updated_at":"2018-10-07T19:17:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"b66e03e7-465f-4030-8fd2-dc070e57322a","html_url":"https://github.com/rae-ralston/solidity-intro-first-contract","commit_stats":null,"previous_names":["rae-ralston/solidity-intro-first-contract"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rae-ralston%2Fsolidity-intro-first-contract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rae-ralston%2Fsolidity-intro-first-contract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rae-ralston%2Fsolidity-intro-first-contract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rae-ralston%2Fsolidity-intro-first-contract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rae-ralston","download_url":"https://codeload.github.com/rae-ralston/solidity-intro-first-contract/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225664,"owners_count":21068078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dapp","ethereum","ethereum-dapp","my-first-dapp","solidity","solidity-contracts","solidity-language"],"created_at":"2024-09-25T00:35:00.235Z","updated_at":"2025-04-10T13:23:16.756Z","avatar_url":"https://github.com/rae-ralston.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro to Solidity \u0026 Writing/Deploying your First Contract\n\nFor Oakland Blockchain Developers: A class going over the basics of the solidity language \u0026amp; developing/deploying your first contract. Video coming soon.\n\n**October 2017**: Web3 1.0 is only in beta so I made two versions of the instructions. In the talk I walk though the beta information, figuring I'd rather be working forward than backward. If you want to follow along with me\n  - [Web3 v1.0-beta Instructions](https://github.com/rachel-ftw/solidity-intro-first-contract/blob/master/walkthrough-web3-1.0beta.md), [ [Documentation](https://web3js.readthedocs.io/en/1.0/index.html) ]\n  - [Web3 v0.19 Instructions](https://github.com/rachel-ftw/solidity-intro-first-contract/blob/master/walkthrough-web3-0.19.0.md), [ [Older Documentation](https://github.com/ethereum/wiki/wiki/JavaScript-API) ]\n\nShout out to [Decypher](decypher.tv), got the 0.19 version instructions from him. His videos are awesome, I'd strongly recommend checking him out!\n\n\n\n#### Adding clear to node console\nI like adding this to my node console when I'm working. Then you can call the `clear` function and it will move all text to top of screen.\n```js\nfunction clear() {\n  process.stdout.write('\\u001B[2J\\u001B[0;0f');\n}\n```\n\n---\n[Rachel Ralston](http://www.rachelralston.com)  |  [twitter](http://www.twitter.com/rachelralston)  |  [medium](http://www.medium.com/@rachelralston)  |  [linkedIn](http://www.linkedin.com/in/rachelralston)\n\n[Oakland Blockchain Developers](http://www.blockchaindevelopers.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frae-ralston%2Fsolidity-intro-first-contract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frae-ralston%2Fsolidity-intro-first-contract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frae-ralston%2Fsolidity-intro-first-contract/lists"}