Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danforbes/psp-20
- Owner: danforbes
- Created: 2020-09-30T22:35:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-30T22:39:05.000Z (about 4 years ago)
- Last Synced: 2024-10-18T08:38:24.473Z (2 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).