Skip to content

Here is the simple Smart Contract for basic requirements.

License

Notifications You must be signed in to change notification settings

cagriaydin/simplesmartcontract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Smart Contract

Here is the simple Smart Contract for basic requirements.

⬆️ How to Setup

Step 1: git clone this repo:

Step 2: cd to the cloned repo:

Step 3: install Node JS at least version 8.0.0

Step 4: npm install --global --production windows-build-tools

▶️ How to Run

  1. cd to the repo
  2. Deploy to Rinkeby Test Network
    • node deploy.js
  3. Run test with Mocha
    • npm run test

Get started:

  1. Edit the provider in deploy.js with your mnemonic account.
  2. Sign up to https://www.infura.io and use your own API key.
  3. Done!

Releases

No releases published

Packages

No packages published