Skip to content

A solidity library for base64/base64Url encoding and decoding

License

Notifications You must be signed in to change notification settings

hir0min/solidity-base64

Repository files navigation

Solidity base64 and base64URL enconder/decoder

This is an implementation of base64/base64URL, supporting Solidity 0.8.x

Set up

Node >= 10.x && yarn > 1.x

$ node --version
v16.15.0

$ npm install --global yarn

$ yarn --version
1.22.18

Install dependencies

$ yarn

Test

  1. Compile contracts
$ yarn compile
  1. Run unit tests
$ yarn test

About

A solidity library for base64/base64Url encoding and decoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published