Blockchain at McGill's Team Submission for University of Waterloo's "Olympihacks" Blockchain Hackathon
- Install Go from: https://go.dev/dl/
- Add the below lines to '.bash_proile' (cd ~ and ls -a). export PATH=$PATH:/usr/local/go/bin export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin
- Command: git clone https://github.com/JackalLabs/DelphiHack.git
- Command: cd server
- Change
https://jackalplswork.com
tohttps://server1.napkinmath.cloud
in 'server/jstore/server/server.go'. - Command: make install
- Command: jstored client gen-key (and make a note of the jackal address).
- Send this address to Faucet channel in discord for some JKL tokens.
- Command: jstored client config node https://rpc.jackalprotocol.com:443
- Command: jstored start
- You can now upload a file in an http form with the name
file
tolocalhost:2929/upload
. - You can download the file using 'https://server1.napkinmath.cloud/download/{fid}'.