├── Queries └── accountQuery.js ├── README.md ├── contracts └── MC2Coin.sol ├── favicon.ico ├── index.js ├── package.json ├── static ├── MC2logo.jpeg ├── arch.png ├── demo.png ├── media1.mp4 ├── util.js ├── wallet.css └── wallet.js └── wallet.html /Queries/accountQuery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/Queries/accountQuery.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/README.md -------------------------------------------------------------------------------- /contracts/MC2Coin.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/contracts/MC2Coin.sol -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/package.json -------------------------------------------------------------------------------- /static/MC2logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/static/MC2logo.jpeg -------------------------------------------------------------------------------- /static/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/static/arch.png -------------------------------------------------------------------------------- /static/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/static/demo.png -------------------------------------------------------------------------------- /static/media1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/static/media1.mp4 -------------------------------------------------------------------------------- /static/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/static/util.js -------------------------------------------------------------------------------- /static/wallet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/static/wallet.css -------------------------------------------------------------------------------- /static/wallet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/static/wallet.js -------------------------------------------------------------------------------- /wallet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d0oo0b/CGC/HEAD/wallet.html --------------------------------------------------------------------------------