Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 756 Bytes

README.md

File metadata and controls

49 lines (37 loc) · 756 Bytes

OpenNet

-- Network based on open source projects and corresponding programmable intelligent distribution open source protocols (PIDP)

-- Let all open source contributors on the planet benefit from altruistic actions

-- Based on MoveDID Protocol

Important Links

  • Smart Contract: TODO
  • dApp: TODO
  • Deck: TODO
  • Demo Video: TODO

TODO List

  • opennet network
  • github acct linker
  • github repo linker
  • airdrop
  • airdrop with randomness
  • airdrop with flow payment

QuickStart

contract

aptos move compile

aptos move publish

frontend

# build
cd frontend 
yarn
# dev
yarn dev
# build
yarn build

backend

# run 
python3 main.py