hypercube
hypercube copied to clipboard
HyperCube is a revolutionary, high-performance decentralized computing platform. HyperCube has powerful computing capabilities to provide high-performance computing power and large-scale data storage...
- [ ] No VM, program is just an i386 .elf that gets loaded directly into the fullnode process. The .elf will have no external deps (no plt, pic, rx)...
- [ ] Page allocation/management system. Notably that pages have their token balance auto-decremented and eventually expire - [ ] Emulate gas by running a contract on a separate thread...
Add existing wallet API: - [ ] get balance - [ ] airdrop - [ ] pay - [ ] confirm transfer - [ ] Read a Page given a...
- [ ] CLI is mostly expected to be used for tests and automation. Essentially all functionality provided by the web-interface should also be exposed at the CLI level -...
- [ ] Used by our reference/demo web interface. But can also be used by custom DApps that want to use XPZ - [ ] Javascript wrapper around the JSON...
- [ ] UI for submitting a program to the system for building and installation on a particular testnet - [ ] Web-based editor, ideally something with Rust syntax highlighting....