Skip to content

A simple microservice API for validating Cardano signed messages [CIP-8](https://cips.cardano.org/cip/CIP-8). Allow passing of signed data to confirm validate the signer address.

License

Notifications You must be signed in to change notification settings

devhalls/cardano-connect-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardano Connect - API

A simple microservice API for validating Cardano signed messages CIP-8. Allow passing of signed data to confirm validate the signer address.


Built with

Cardano JS NodeJS ExpressJS Vercel Webpack


Development

Local development is done using node js and yarn.

# Install dependencies
yarn install

# Run the local server
yarn dev

Deployment

Deployments are handled via Vercel cli.

# Install vercel CLI and login
npm install --global vercel
vercel login

# Deploy to dev
vercel

# Deply to production
vercel --prod

License

Distributed under the GPL-3.0 License. See LICENSE.txt for more information.


Contributors


Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

A simple microservice API for validating Cardano signed messages [CIP-8](https://cips.cardano.org/cip/CIP-8). Allow passing of signed data to confirm validate the signer address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published