techieanant / simplebank

A simple bank truffle project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Bank Contract

Simple Bank Ethereum Contract from Consensys Developer Course 2018

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need:

node truffle

npm install truffle -g

Running

On the project directory you have to execute:

truffle develop

After that you can compile and test the contract in the truffle console:

compile
migrate
test

You can also copy the SimpleBank.sol contract code and pasted in Remix.

Built With

About

A simple bank truffle project

License:The Unlicense


Languages

Language:JavaScript 100.0%