Skip to content

Instantly share code, notes, and snippets.

@jmcph4
Last active March 12, 2025 21:43
Show Gist options
  • Save jmcph4/20ccb9fc59648e3e87476680e36807e4 to your computer and use it in GitHub Desktop.
Save jmcph4/20ccb9fc59648e3e87476680e36807e4 to your computer and use it in GitHub Desktop.
1. https://datatracker.ietf.org/doc/html/rfc8949
2. https://docs.soliditylang.org/en/v0.8.28/metadata.html
3. https://raw.githubusercontent.com/ipfs/papers/master/ipfs-cap2pfs/ipfs-p2p-file-system.pdf
4. https://www.ethswarm.org/swarm-whitepaper.pdf
5. https://www.ethswarm.org/The-Book-of-Swarm.pdf
6. https://arxiv.org/pdf/2205.14927
7. https://old.reddit.com/r/ipfs/comments/15y9orp/nodes_number_of_ipfs_nodes_and_the_most_popular
  1. C. Bormann and P. Hoffman, "Concise Binary Object Representation (CBOR)," Internet Engineering Task Force (IETF), RFC 8949, Dec. 2020. [Online]. Available: https://datatracker.ietf.org/doc/html/rfc8949. Accessed: Mar. 7, 2025.
  2. Solidity Team, "Contract Metadata," Solidity Documentation, Version 0.8.28, Oct. 9, 2024. [Online]. Available: https://docs.soliditylang.org/en/v0.8.28/metadata.html. Accessed: Mar. 7, 2025.
  3. J. Benet, "IPFS - Content Addressed, Versioned, P2P File System," 2014. [Online]. Available: https://raw.githubusercontent.com/ipfs/papers/master/ipfs-cap2pfs/ipfs-p2p-file-system.pdf. Accessed: Mar. 7, 2025.
  4. Swarm Foundation, Swarm: The Decentralized Storage and Communication System for a Sovereign Digital Society, June 13, 2021. [Online]. Available: https://www.ethswarm.org/swarm-whitepaper.pdf. Accessed: Mar. 7, 2025.
  5. V. Trón, The Book of Swarm, Swarm Foundation, 2020. [Online]. Available: https://www.ethswarm.org/The-Book-of-Swarm.pdf. Accessed: Mar. 7, 2025.
  6. L. Rennert et al., "Swarm Network as Decentralized Economies of Scale," arXiv preprint arXiv:2205.14927, May 2022. [Online]. Available: https://arxiv.org/pdf/2205.14927. Accessed: Mar. 7, 2025.
  7. IPFS Community, "Nodes: Number of IPFS Nodes and the Most Popular Content," Reddit, Aug. 2023. [Online]. Available: https://old.reddit.com/r/ipfs/comments/15y9orp/nodes_number_of_ipfs_nodes_and_the_most_popular. Accessed: Mar. 7, 2025.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment