ERC-7866 is a draft Ethereum standard aimed at defining a minimal, extensible structure for decentralized profiles as soulbound NFTs. It builds on ideas from DIDs and SBTs, enabling delegation, staking, and verifiable metadata across chains and apps.
The motivation is to reduce fragmentation in how apps and wallets handle identity, while preserving composability and neutrality in trust models. The standard is chain-agnostic, DID-compatible, and avoids assumptions about centralized verification or naming services.
I built Feluda, a Rust-based CLI tool that scans your project's dependencies and flags restrictive licenses before they become a problem.
It currently supports Rust, Node.js, and Go projects. It checks for GPL, AGPL, SSPL, and other restrictive licenses that may limit how you use your project commercially.
Try it out:
```
cargo install feluda
feluda
```
I’d love feedback! Are there specific license edge cases you'd like covered? Features you'd want in a CI/CD setup? Happy to discuss and iterate!
PyCon India 2020 is live and calling all the brilliant pythonistas to submit their proposals for talk.
PyCon India 2020 will be held on October 2nd and 3rd, completely online. So, no matter where you're at. You'll be able to join in the action.
The motivation is to reduce fragmentation in how apps and wallets handle identity, while preserving composability and neutrality in trust models. The standard is chain-agnostic, DID-compatible, and avoids assumptions about centralized verification or naming services.
Discussion and review are welcome: → EIP: https://eips.ethereum.org/EIPS/eip-7866 → Ethereum Magicians thread: https://ethereum-magicians.org/t/erc-7866-decentralised-prof... → Background: https://blog.anirudha.dev/decentralised-profile-standard