KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
SmartContracts
★ 10
Open GitHub ↗
Equity Market Reinvented
Download README (.md)
Explore Similar Repositories
a2c-acktr-vizdoom
:
A2C, ACKTR and A2T implementations for ViZDoom
tvvar_paper
:
Reproducibility Archive for paper: "A Tutorial on Estimating Time-Varying Vector Autoregressive Models"
Background-Subtraction
:
GMM model for subtracting background from foreground
vscode-settings
:
My personal Visual Studio Code settings.
platform3
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SmartContracts
?
Download (.md)
# Own Smart Contracts This repository contains smart contract code for [Own](https://www.weown.com) Token (CHX). [Functional Specification](docs/CHXFunctionalSpecification.md) document contains more details about smart contract functionality. ## Setup Global prerequisites: ``` $ sudo npm install -g truffle ``` Repository: ``` $ git clone https://github.com/OwnMarket/SmartContracts.git SmartContracts $ cd ./SmartContracts/src $ npm install ``` ## Running Tests ``` $ truffle test ```