$ npm -g install truffle$ npm install -g ganache-cli
$ truffle compile --all
- Add testnet config in truffle-config.js then
$ truffle migrate --reset - Or using Remix.
- CoingeckoEthUsd.sol: Get ETH/USD spot price from Coingecko.com through DOS Network decentralized oracle. (deployed contract)
- SimpleDice.sol: Roll a dice using secure, unpreditable, off-chain generated distributed random numbers by DOS Network decentralized oracle. deployed contract