Apply for DID
DID Server
go-did
Installing go-did
cd $HOME
### Delete all local dependency libraries and go-did
rm -rf did-solidity go-did memov2-contractsv2
### Get the dependency packages
git clone https://github.com/memoio/did-solidity.git
git clone https://github.com/memoio/memov2-contractsv2.git
## Switch to the latest branch (did-solidity)
cd did-solidity
git checkout meeda-v2.0.0
cd ..
### Get go-did
git clone https://github.com/memoio/did-go-sdk.git
### Switch to the latest branch
cd go-did
git checkout meeda-v2.0.2
cd ..Using go-did
js-did
Installing js-did
Using js-did
Last updated