Skip to content

heyacherry/Oracle-Infinity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oracle-Infinity

Feature

  • Work around with the timestamp & http fns in offchain-worker module, implement the features:

    1. fetch the real time when strat a new tx/request
    2. fetch the off-chain data via http-request
  • Interate with the real world

    1. the ability of connection, the local node can connect to PolkadotJS and send tx
      Developer setting:
      
      {
       "Kitty": "[u8;16]",
       "KittyIndex": "u32",
       "KittyLinkedItem": {
         "prev": "Option<KittyIndex>",
         "next": "Option<KittyIndex>"
       },
       "Value": "u32",
       "BlockNumber": "u32"
       }
      
    2. kitties app has been added into Polkadot UI just like others apps: accounts, staking.

More goals

- To enbale more features
- To slove the tackles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.3%
  • Rust 6.3%
  • JavaScript 1.5%
  • CSS 0.7%
  • HTML 0.1%
  • Shell 0.1%