All Projects → DOSNetwork → smart-contracts

DOSNetwork / smart-contracts

Licence: MIT license
On-chain system contracts and examples

Programming Languages

solidity
1140 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to smart-contracts

terraform-oci-compute-instance
Terraform Module for creating Oracle Cloud Infrastructure compute instances
Stars: ✭ 29 (-61.84%)
Mutual labels:  oracle
oracle-single-install
让Oracle数据库安装变得简单化,支持单实例和CDB容器快速安装,只需简单配置即可
Stars: ✭ 37 (-51.32%)
Mutual labels:  oracle
method5
Remote execution for Oracle SQL, PL/SQL, and shell scripts, built entirely inside Oracle. Method5 lets you easily run commands quickly and securely on hundreds of databases.
Stars: ✭ 19 (-75%)
Mutual labels:  oracle
oracle-java-downloads
Oracle Java Downloads
Stars: ✭ 40 (-47.37%)
Mutual labels:  oracle
DataX-src
DataX 是异构数据广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、SqlServer、Postgre、HDFS、Hive、ADS、HBase、OTS、ODPS 等各种异构数据源之间高效的数据同步功能。
Stars: ✭ 21 (-72.37%)
Mutual labels:  oracle
weblogic honeypot
WebLogic Honeypot is a low interaction honeypot to detect CVE-2017-10271 in the Oracle WebLogic Server component of Oracle Fusion Middleware. This is a Remote Code Execution vulnerability.
Stars: ✭ 30 (-60.53%)
Mutual labels:  oracle
nexus-bridge
Nexus Bridge is a JS library that works with Siebel Presentation Model and allows building Siebel UI using the modern JS frameworks.
Stars: ✭ 21 (-72.37%)
Mutual labels:  oracle
nosql-go-sdk
SDK for Go for Oracle NoSQL Database
Stars: ✭ 26 (-65.79%)
Mutual labels:  oracle
metadata
oracle,mysql,sql server 元数据管理表生成
Stars: ✭ 45 (-40.79%)
Mutual labels:  oracle
ares
Completely decentralized oracle protocol
Stars: ✭ 51 (-32.89%)
Mutual labels:  oracle
apex-plugin-templates
Templates for Oracle APEX Plug-ins
Stars: ✭ 27 (-64.47%)
Mutual labels:  oracle
oracle-jdk-portable
🚀 Oracle JDK portable for Windows
Stars: ✭ 24 (-68.42%)
Mutual labels:  oracle
witnet-solidity-bridge
Witnet Bridge for EVM-compatible blockchains
Stars: ✭ 46 (-39.47%)
Mutual labels:  oracle
swaggerql
Easily and simply convert SQL database into a REST API with Swagger documentation
Stars: ✭ 40 (-47.37%)
Mutual labels:  oracle
vagrant
Vagrant Builds
Stars: ✭ 154 (+102.63%)
Mutual labels:  oracle
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+34.21%)
Mutual labels:  oracle
mybatis
Mybatis study
Stars: ✭ 66 (-13.16%)
Mutual labels:  oracle
Oracle.jl
Oracle Database driver for the Julia language.
Stars: ✭ 32 (-57.89%)
Mutual labels:  oracle
laravel-adminer
Adminer database management tool for your Laravel application.
Stars: ✭ 45 (-40.79%)
Mutual labels:  oracle
exodus
Migration tools for Tabular Data to Oracle JSON/Tabular Data
Stars: ✭ 19 (-75%)
Mutual labels:  oracle

Dev:

  • $ git clone https://github.com/DOSNetwork/smart-contracts
  • $ npm install
  • $ npm -g install truffle
  • $ npm -g install ganache-cli or installing its graphic interface
  • Required truffle/solcjs version: >= 0.5

Compile:

  • $ truffle compile

Deploy to local development network:

  • $ ganache-cli
  • $ truffle migrate --reset

Deploy to rinkeby testnet without dryrun:

  • $ truffle compile --all
  • $ truffle migrate --reset --network rinkeby --skip-dry-run

Deploy to mainnet without dryrun:

  • $ truffle compile --all
  • $ truffle migrate --reset --network live --skip-dry-run

Test:

  • $ ganache-cli -a 20; // Config more than 10 test accounts
  • $ truffle test

Deployed:

See deployed.json.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].