• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    Solidity
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories