Coder Social home page Coder Social logo

ghivert / rubycoin Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 3.0 691 KB

Educative Ethereum ERC20-Token and ICO through a Ruby frontend!

Home Page: https://rubycoin.tech

License: MIT License

Solidity 13.76% Ruby 57.78% HTML 2.12% CSS 12.71% JavaScript 13.63%
ethereum erc20-tokens ruby opal frontend smart-contracts

rubycoin's Introduction

RubyCoin

Getting Started

Installing Ruby

rbenv is recommended.
Using system Ruby is possible, just make sure you have bundler installed, i.e. $ gem install bundler.

Installing Node

Node.js and NPM are required to use Truffle. You should take a look at Yarn if you're planning to use npm a lot.

$ npm install -g truffle # yarn global add truffle for yarn users

Getting the repo

$ git clone [email protected]:ghivert/RubyCoin.git
$ cd RubyCoin
$ bundle install

About Truffle

You'll find everything you need on their website.
You'll need to download Ganache.

Getting the Ethereum toolchain

Solidity is required too. You can find documentation on installation on their page. Be careful to install solc and not solc-js.

You're good to go!

Useful stuff

Atom text editor with linter-solidity.
Solium to lint solidity code.

How to run the dApp?

Launch Ganache.

$ truffle migrate
$ bundle exec inesita server

Go to http://localhost:9292/

How to use the app?

  • On your favorite web browser (chosen between Chrome, Firefox, Opera or Brave), download Metamask.
  • Click on import from seed phrase.
  • Get your seed phrase from Ganache.
  • Create your Metamask account from this seed.
  • Create a password.
  • Accept the conditions.
  • You're set up!

rubycoin's People

Contributors

ghivert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.