Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fission-codes/fission-services
Open Services for Web3
https://github.com/fission-codes/fission-services
audit ethereum interoperable services smart-contracts
Last synced: 15 days ago
JSON representation
Open Services for Web3
- Host: GitHub
- URL: https://github.com/fission-codes/fission-services
- Owner: fission-codes
- Created: 2019-02-05T23:01:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:38:33.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T11:44:10.725Z (21 days ago)
- Topics: audit, ethereum, interoperable, services, smart-contracts
- Language: Solidity
- Homepage: https://fission.codes
- Size: 5.09 MB
- Stars: 7
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Open Services for Web3
[`FISSION`](https://fission.codes) is a set of useful status codes and translated messages to connect smart contracts of all kinds
[![Build Status](https://travis-ci.org/fission-suite/fission-services.svg?branch=master)](https://travis-ci.org/fission-suite/fission-services)
[![Maintainability](https://api.codeclimate.com/v1/badges/a1ef619028bc0786c327/maintainability)](https://codeclimate.com/github/expede/ethereum-status-codes/maintainability)
[![Coverage Status](https://coveralls.io/repos/github/fission-suite/fission-services/badge.svg)](https://coveralls.io/github/fission-suite/fission-services)
[![ERC-1066](https://img.shields.io/badge/♢%20ERC-1066-42A.svg)](https://eips.ethereum.org/EIPS/eip-1066)
[![ERC-1444](https://img.shields.io/badge/♢%20ERC-1444-414.svg)](https://github.com/ethereum/EIPs/blob/56f86922bbd3777174cdbf2e0d01d38c6306b9c0/EIPS/eip-1444.md)
[![ECIP-1050](https://img.shields.io/badge/♦%20ECIP-1050-41A.svg)](https://github.com/ethereumclassic/ECIPs/blob/1562567351ee0c2f163beac65b73fc6872313c6b/ECIPs/ECIP-1050.md)
[![Built with ❤ by SPADE Co](https://img.shields.io/badge/built%20with%20%F0%9F%92%96%20by-SPADE%20Co-purple.svg)](https://spade.builders)# Table of Contents
- [TL;DR](#tldr)
- [Services](#services)# TL;DR
Open services are the combination of open source with shared state. There are many cases where the state is equally (or more) important than the code. These are long-running, hosted services that consolidate state and interoperate with others to be more than the sum of their parts.
![](./static/diagrams/fission-network.png)
# Services
- Tokens (Fungible)
- [ ] ERC20
- [ ] Advanced Token ERC777
- [ ] NFT (ERC721)
- [ ] Token Validator (ERC902)
- [ ] Security Token (modified ERC1400)
- [ ] Escrow
- Pseudo-Actors
- [ ] Erlang-style Mailbox
- [ ] Push/Pull Interface
- [ ] PubSub
- [ ] Access Control List (ACL)
- Decentralized Autonomous Organizations (DAO)
- [ ] Moloch