Skip to content

Commit

Permalink
Update erc-321
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulBuilds authored Feb 17, 2024
1 parent e7ef36f commit af0e353
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ERCS/erc-321
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This EIP introduces a protocol for the tokenization of smart contracts, facilita

## Motivation

The advancement of blockchain technology and the proliferation of decentralized applications (dApps) underscore the need for a dynamic, interoperable protocol for managing smart contracts. A standardized mechanism for tokenization, exchange, and aggregation is necessary. This EIP, with its ERC-321Metadata extension, proposes a structured interface for lifecycle management of smart contracts within marketplaces.
The advancement of blockchain technology and the proliferation of decentralized applications (dApps) underscore the need for a dynamic, interoperable protocol for managing smart contracts. A standardized mechanism for tokenization, exchange, and aggregation is necessary. This EIP, with its [ERC-321Metadata extension](https://ethereum-magicians.org/t/eip-321-smart-contract-id-tokenization-standard/18742), proposes a structured interface for lifecycle management of smart contracts within marketplaces.

Check failure on line 19 in ERCS/erc-321

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> ERCS/erc-321 | 19 | The advancement of blockchain technology and the proliferation of decentralized applications (dApps) underscore the need for a dynamic, interoperable protocol for managing smart contracts. A standardized mechanism for tokenization, exchange, and aggregation is necessary. This EIP, with its [ERC-321Metadata extension](https://ethereum-magicians.org/t/eip-321-smart-contract-id-tokenization-standard/18742), proposes a structured interface for lifecycle management of smart contracts within marketplaces. | = help: see https://ethereum.github.io/eipw/markdown-rel-links/

## Specification

Expand Down Expand Up @@ -108,6 +108,3 @@ Securing the implementation of ERC-321 is crucial, focusing on managing contract
## Copyright

Copyright and related rights waived via CC0.
```

Please ensure that all links and references are correct and that the code snippets are accurate and compile without errors.

0 comments on commit af0e353

Please sign in to comment.