{"id":23364626,"url":"https://github.com/rryter/solidity-playground","last_synced_at":"2025-10-26T19:05:37.032Z","repository":{"id":40751929,"uuid":"306331234","full_name":"rryter/solidity-playground","owner":"rryter","description":"Playground for experimentation with Solidity and co.","archived":false,"fork":false,"pushed_at":"2023-01-24T04:26:50.000Z","size":4408,"stargazers_count":8,"open_issues_count":13,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T08:35:47.353Z","etag":null,"topics":["solidity","typescript"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rryter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-22T12:33:47.000Z","updated_at":"2024-12-21T17:30:26.000Z","dependencies_parsed_at":"2023-01-31T17:15:34.187Z","dependency_job_id":null,"html_url":"https://github.com/rryter/solidity-playground","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryter%2Fsolidity-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryter%2Fsolidity-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryter%2Fsolidity-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryter%2Fsolidity-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rryter","download_url":"https://codeload.github.com/rryter/solidity-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088357,"owners_count":21045698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["solidity","typescript"],"created_at":"2024-12-21T13:17:40.937Z","updated_at":"2025-10-26T19:05:31.970Z","avatar_url":"https://github.com/rryter.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERC-725 Playground\n\n[![NPM Package](https://img.shields.io/npm/v/@twy-gmbh/erc725-playground.svg?style=flat-square)](https://www.npmjs.org/package/@twy-gmbh/erc725-playground)\n[![Build Status](https://travis-ci.com/rryter/solidity-playground.svg?branch=main)](https://travis-ci.com/rryter/solidity-playground)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\n## Do not use this yet.\n\nMost of the sourcecode of the contracts comes from https://github.com/ERC725Alliance/ERC725/tree/master/implementations.\n\nThis is just an experimentation / learning space for Solidity, Typechain and Hardhat.\n\n## Compile\n\n```\nnpm run build\n```\n\n## Publish a new version\n\n```\nnpm run release\n```\n\n## Tests\n\nHow to run all the tests\n\n```\njest\n```\n\n### Watch mode:\n\n```\njest --watch\n```\n\n## Conventional commits\n\nThe Conventional Commits specification is a lightweight convention on top of commit messages.\nIt provides an easy set of rules for creating an explicit commit history;\nwhich makes it easier to write automated tools on top of.\nThis convention dovetails with [SemVer](http://semver.org),\nby describing the features, fixes, and breaking changes made in commit messages.\n\nThe commit message should be structured as follows:\n\n---\n\n```\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer(s)]\n```\n\n---\n\n\u003cbr /\u003e\nThe commit contains the following structural elements, to communicate intent to the\nconsumers of your library:\n\n1. **fix:** a commit of the _type_ `fix` patches a bug in your codebase (this correlates with [`PATCH`](http://semver.org/#summary) in semantic versioning).\n1. **feat:** a commit of the _type_ `feat` introduces a new feature to the codebase (this correlates with [`MINOR`](http://semver.org/#summary) in semantic versioning).\n1. **BREAKING CHANGE:** a commit that has a footer `BREAKING CHANGE:`, or appends a `!` after the type/scope, introduces a breaking API change (correlating with [`MAJOR`](http://semver.org/#summary) in semantic versioning).\n   A BREAKING CHANGE can be part of commits of any _type_.\n1. _types_ other than `fix:` and `feat:` are allowed, for example [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) (based on the [the Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines)) recommends `build:`, `chore:`,\n   `ci:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`, and others.\n1. _footers_ other than `BREAKING CHANGE: \u003cdescription\u003e` may be provided and follow a convention similar to\n   [git trailer format](https://git-scm.com/docs/git-interpret-trailers).\n\nAdditional types are not mandated by the Conventional Commits specification, and have no implicit effect in semantic versioning (unless they include a BREAKING CHANGE).\n\u003cbr /\u003e\u003cbr /\u003e\nA scope may be provided to a commit's type, to provide additional contextual information and is contained within parenthesis, e.g., `feat(parser): add ability to parse arrays`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frryter%2Fsolidity-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frryter%2Fsolidity-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frryter%2Fsolidity-playground/lists"}