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: about 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:38:33.000Z (over 3 years ago)
- Last Synced: 2025-04-03T04:56:18.182Z (about 1 year ago)
- Topics: audit, ethereum, interoperable, services, smart-contracts
- Language: Solidity
- Homepage: https://fission.codes
- Size: 5.09 MB
- Stars: 7
- Watchers: 5
- 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
[](https://travis-ci.org/fission-suite/fission-services)
[](https://codeclimate.com/github/expede/ethereum-status-codes/maintainability)
[](https://coveralls.io/github/fission-suite/fission-services)
[](https://eips.ethereum.org/EIPS/eip-1066)
[](https://github.com/ethereum/EIPs/blob/56f86922bbd3777174cdbf2e0d01d38c6306b9c0/EIPS/eip-1444.md)
[](https://github.com/ethereumclassic/ECIPs/blob/1562567351ee0c2f163beac65b73fc6872313c6b/ECIPs/ECIP-1050.md)
[](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.

# 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