├── CNAME ├── README.md ├── _config.yml └── schema ├── AppManifest.json ├── Command.json ├── Init.json ├── InitRequest.json ├── Message.json ├── Payment.json ├── PaymentRequest.json └── TokenPayment.json /CNAME: -------------------------------------------------------------------------------- 1 | www.sofaprotocol.org -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/_config.yml -------------------------------------------------------------------------------- /schema/AppManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/AppManifest.json -------------------------------------------------------------------------------- /schema/Command.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/Command.json -------------------------------------------------------------------------------- /schema/Init.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/Init.json -------------------------------------------------------------------------------- /schema/InitRequest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/InitRequest.json -------------------------------------------------------------------------------- /schema/Message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/Message.json -------------------------------------------------------------------------------- /schema/Payment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/Payment.json -------------------------------------------------------------------------------- /schema/PaymentRequest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/PaymentRequest.json -------------------------------------------------------------------------------- /schema/TokenPayment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofaprotocol/sofa-spec/HEAD/schema/TokenPayment.json --------------------------------------------------------------------------------