akram02 / elixir_chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElixirChain

To start your Phoenix server:

  • Install phx_new with mix archive.install hex phx_new
  • Create Project with mix phx.new elixir_chain --no-html --no-ecto
  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  • Simulate basic block chain iex -S mix ; alias ExChain.Blockchain; blockchain = Blockchain.new; blockchain = Blockchain.add_block(blockchain, "my first block data")

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About


Languages

Language:Elixir 73.3%Language:CSS 25.4%Language:JavaScript 1.3%