Giter VIP home page Giter VIP logo

ethereum-lottery-smart-contract's Introduction

ethereum-lottery-smart-contract

Ethereum / Solidity Smart Contract BoilerPlate

General Usage

You can use this smart contract boilerplate to write and deploy smart contracts to Ethereum networks.

Steps:

Sign up for https://metamask.io/ to get an Ethereum wallet. Make sure to save your 12 word wallet mnemonic somewhere safe.

Visit https://www.rinkeby.io/#faucet to get some test Ether coins on Rinkeby test network.

Sign up for a free account on https://infura.io/ to get an Ethereum client provider. Full Documentation can be found at https://infura.io/docs

Replace providerURL and mnemonic constants in deploy.js file with yours.

const providerURL = "https://rinkeby.infura.io/..."; // replace with your Rinkeby test network URL
const mnemonic = "in crypto we trust ..."; // replace with your 12 word wallet mnemonic.

Install packages

npm install

Run tests:

npm run tests

Deploy your smart contract to Ethereum Rinkeby network:

npm run deploy

This contact is currently deployed to rinkeby test network: https://rinkeby.etherscan.io/address/0x3aBBA04e8e2392139d76434C3dfeC802F8e41eeC

Visit https://www.rinkeby.io/#explorer to find your deployed smart contract.

ethereum-lottery-smart-contract's People

Contributors

davidmoradi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vl4d1s

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.