Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Brechtpd/base64


https://github.com/Brechtpd/base64

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

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';
```