Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danforbes/psp-20

An ERC-20 implementation written in ink!, the smart contract language for Substrate.
https://github.com/danforbes/psp-20

Last synced: 7 days ago
JSON representation

An ERC-20 implementation written in ink!, the smart contract language for Substrate.

Awesome Lists containing this project

README

        

# PSP-20

An ERC-20 implementation written in `ink!`, the smart contract language for Substrate. PSPs are
[Polkadot Standards Proposals](https://github.com/w3f/PSPs). This code was shamelessly stolen from
[the official `ink!` examples](https://github.com/paritytech/ink/tree/master/examples).