8000 GitHub - stnc/GohperSocial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stnc/GohperSocial

 
 

Repository files navigation

https://github.com/omni-network/omni/blob/main/README.md

Directory Structure

├── contracts: Solidity contracts and related software.
│ ├── core/: Core protocol smart contracts.
│ ├── avs/: Eigen AVS smart contracts.
│ ├── bindings/: Go smart contract bindings.
│ └── allocs/: Predeploy allocations.
├── docs: Documentation resources, including images and diagrams.
├── halo: The Halo instance, including application logic and attestation mechanisms.
│ ├── app: Application logic for Halo.
│ └── cmd: Command-line tools and utilities.
├── lib: Core libraries for various protocol functionalities.
│ ├── cchain: Consensus chain interaction utilities.
│ └── xchain: Cross-chain messaging and utilities.
├── octane: Octane is a modular framework for the EVM.
│ └── evmengine: The EVMEngine cosmos module.
├── relayer: Relayer service for cross-chain messages and transactions.
│ └── app: Application logic for the relayer service.
├── scripts: Utility scripts for development and operational tasks.
└── test: Testing suite for end-to-end, smoke, and utility testing.

feat: email sending

{ "data": { "id": 101, "username": "string", "email": "dd@dd.com", "created_at": "2024-09-04T05:44:39Z", "is_active": false, "token": "4f953182-7da2-4496-8d45-3426bdedebfd" } }

https://github.com/wailsapp/wails/blob/master/v2/cmd/wails/main.go

https://github.com/tucows/gripmock

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.9%
  • Makefile 2.1%
0