https://github.com/gigameshgarages/warrennet
A Convergent Social Network on Clarity without Clutter and Chaos
https://github.com/gigameshgarages/warrennet
blockstack blockstack-auth clarity
Last synced: 3 months ago
JSON representation
A Convergent Social Network on Clarity without Clutter and Chaos
- Host: GitHub
- URL: https://github.com/gigameshgarages/warrennet
- Owner: GigameshGarages
- License: agpl-3.0
- Created: 2020-11-12T04:35:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T07:33:02.000Z (over 4 years ago)
- Last Synced: 2025-01-19T12:48:39.523Z (5 months ago)
- Topics: blockstack, blockstack-auth, clarity
- Language: JavaScript
- Homepage: https://devpost.com/software/warrennet
- Size: 628 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
A Seamless Social Network on Clarity Contracts# Components
- A Social Authenticator
- A Social Activity Tracker# Contracts
- Authentication Counter
- Authentication Registry
- Authentication Key Value Store# Technology
- Clarity Language
- Node Package Manager
- Mocha Testing# Context
A Clarity smart contract is composed of two parts — a data space and a set of functions. Only the associated smart contract may modify its corresponding data space on the blockchain. Functions may be private and thus callable only from within the smart contract, or public and thus callable from other contracts. Users call smart contracts’ public functions by broadcasting a transaction on the blockchain which invokes the public function. Contracts can also call public functions from other smart contracts.# TestNet
- Open a new terminal for testnet and run the coomands
- git clone https://github.com/blockstack/stacks-blockchain.git
- cd stacks-blockchain
- cargo testnet start --config=testnet/stacks-node/Stacks.toml