KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
substra-chaincode
★ 24
Open GitHub ↗
Chaincode for the Substra platform
Download README (.md)
Explore Similar Repositories
minimal-start
:
minimal startpage with vim'ish' bindings
redismodule-ratelimit
:
Redis module that provides ratelimit
HP-PROBOOK-4540S-HACKINTOSH
:
No description available.
avrd
:
Embedded Systems in D - Port of avr-libc headers and most avr-gcc processor defines
NL-ConvLSTM
:
Non-Local ConvLSTM for Video Compression Artifact Reduction(ICCV2019)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
substra-chaincode
?
Download (.md)
**This repository is deprecated.** The chaincode component is now part of [substra/orchestrator](https://github.com/Substra/orchestrator). --- # substra-chaincode [](https://github.com/SubstraFoundation/substra-chaincode/actions?query=workflow%3A%22Build+and+test+Go%22) Chaincode for the Substra platform ## License This project is developed under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](./LICENSE) file. ## Local development ### Prerequisites go version 1.12.x ### Run the tests ``` cd chaincode go test ``` ## Documentation ### Implemented smart contracts - `cancelComputePlan` - `createAggregatetuple` - `createCompositeTraintuple` - `createComputePlan` - `createTesttuple` - `createTraintuple` - `logFailAggregate` - `logFailCompositeTrain` - `logFailTest` - `logFailTrain` - `logStartAggregate` - `logStartCompositeTrain` - `logStartTest` - `logStartTrain` - `logSuccessAggregate` - `logSuccessCompositeTrain` - `logSuccessTest` - `logSuccessTrain` - `queryAggregateAlgo` - `queryAggregateAlgos` - `queryAggregatetuple` - `queryAggregatetuples` - `queryAlgo` - `queryAlgos` - `queryCompositeAlgo` - `queryCompositeAlgos` - `queryCompositeTraintuple` - `queryCompositeTraintuples` - `queryComputePlan` - `queryComputePlans` - `queryDataManager` - `queryDataManagers` - `queryDataSamples` - `queryDataset` - `queryFilter` - `queryModelDetails` - `queryModelPermissions` - `queryModels` - `queryNodes` - `queryObjective` - `queryObjectiveLeaderboard` - `queryObjectives` - `queryTesttuple` - `queryTesttuples` - `queryTraintuple` - `queryTraintuples` - `registerAggregateAlgo` - `registerAlgo` - `registerCompositeAlgo` - `registerDataManager` - `registerDataSample` - `registerNode` - `registerObjective` - `updateComputePlan` - `updateDataManager` - `updateDataSample` ### Examples See the [full list of examples](./EXAMPLES.md)