Skip to content

IC3 Blockchain Summer Camp 2021 Project, based on HoneyBadgerSwap

License

Notifications You must be signed in to change notification settings

spector-in-london/badgerswap-v3

 
 

Repository files navigation

BadgerSwap V3

IC3 Blockchain Summer Camp Project

Development Environment Setup

We'll use the fork and pull model, meaning that you should first create a fork of the repository, and clone this fork.

  1. Fork the project
  2. Clone your fork, e.g., if your GitHub username is alice:
git clone --recursive git@github.com:alice/badgerswap-v3.git

Once you have clone the fork, add the upstream remote:

git remote add upstream git@github.com:initc3/badgerswap-v3.git

Using alice as the username for examples, git remote --verbose would show:

git remote --verbose
origin  git@github.com:alice/badgerswap-v3.git (fetch)
origin  git@github.com:alice/badgerswap-v3.git (push)
upstream        git@github.com:initc3/badgerswap-v3.git (fetch)
upstream        git@github.com:initc3/badgerswap-v3.git (push)
  1. Build the image with docker-compose-dev.yml:
docker-compose -f docker-compose-dev.yml build

Running a demo

TODO

Contributing

Ideas, questions, etc

Use the issues to document problems, questions, ideas etc.

Since this is a hackathon, do not hesitate to use the issues to document any idea, or question.

Don't censor yourself!

Any idea is welcome!

We have very little time, and we can not afford to risk missing a good idea. So don't judge your ideas, leave this responsibility to time; time will tell.

View the issues as a place to document brainstorming ideas!

Code

To submit code, create a branch, push it to your fork, and make a pull request. Ask for help if you don't know how.

Troubleshooting

Expired TLS/SSL Certificates

See ./testkeys/README.md.

About

IC3 Blockchain Summer Camp 2021 Project, based on HoneyBadgerSwap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 39.9%
  • Python 14.3%
  • Solidity 9.3%
  • Ragel 9.1%
  • HTML 7.1%
  • JavaScript 6.6%
  • Other 13.7%