You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add testnet config in truffle-config.js then $ truffle migrate --reset
Or using Remix.
Examples:
Connecting external data feeds to smart contracts:
CoingeckoEthUsd.sol: Get ETH/USD spot price from Coingecko.com through DOS Network decentralized oracle. (deployed contract)
Providing safe & distributed random numbers to smart contracts:
SimpleDice.sol: Roll a dice using secure, unpreditable, off-chain generated distributed random numbers by DOS Network decentralized oracle. deployed contract