Skip to content

osonetwork2017/smartcontract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneBit token

Onebit token (OBT) is crypto currency for ONe Network platform. ONe is a new social network that uses the latest technologies to provide a wide range of services that are digitally secure and private for our users. We’re also the first social network to be built out entirely on the blockchain.

Requirements

To run tests you need to install the following software:

How to test

Open the terminal and run the following commands:

$ cd smartcontract
$ truffle migrate

NOTE: All tests must be run separately as specified.

Deployment

To deploy smart contracts to live network do the following steps:

  1. Go to the smart contract folder and run truffle console:
$ cd smartcontract
$ truffle console
  1. Inside truffle console, invoke "migrate" command to deploy contracts:
truffle> migrate

Releases

No releases published

Packages

No packages published