Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Brechtpd/base64
https://github.com/Brechtpd/base64
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Brechtpd/base64
- Owner: Brechtpd
- License: mit
- Created: 2021-04-27T02:09:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T00:36:48.000Z (about 3 years ago)
- Last Synced: 2024-10-12T15:31:28.690Z (about 1 month ago)
- Language: Solidity
- Size: 16.6 KB
- Stars: 150
- Watchers: 7
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nft-onchain - Repository
README
# base64
base64 encoding/decoding in solidity.
Also available as a package. Add it to `package.json`:
```
"base64-sol": "1.1.0"
```and import it in solidity:
```
import 'base64-sol/base64.sol';
```