Eduardo Chongkan
Eduardo Chongkan
Fixed broken path to Service Providers in the Composer.json Instruction
- Preview: https://github.com/Attestto-com/solana-name-service-guide/blob/master/sns-book/src/domain-name/devnet.md
Add **DidSolProgram** class to interact with [DidSolProgram](https://explorer.solana.com/address/didso1Dpqpm4CsiCjzP766BGY89CAdD6ZBL68cRhFPc?cluster=devnet) Accounts, containing 3 static methods: - DidSolProgram::**_getDidDataAcccountInfo_**($client, $base58SubjectPk, $onlyAccData = true) - DidSolProgram::**_getDidDataAccountId_**($base58SubjectPk) - DidSolProgram::deserializeDidData($dataBase64) Add Accounts/DidData Struct/SCHEME + Accounts/DidData/ServiceStruct + Accounts/DidData/class VerificationMethodStruct,...