Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nugaon/purity-blockchain
Solidity contracts which provide the Purity application's blockchain functionalities
https://github.com/nugaon/purity-blockchain
Last synced: about 1 month ago
JSON representation
Solidity contracts which provide the Purity application's blockchain functionalities
- Host: GitHub
- URL: https://github.com/nugaon/purity-blockchain
- Owner: nugaon
- Created: 2020-05-29T11:00:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:44:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T13:16:51.497Z (2 months ago)
- Language: JavaScript
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This reposotiry consists solidity contracts which provide the Purity application's
blockchain functionalitiesThe goal of these contracts are make searchable, hierarchical and independent source of Content
Channels, which help to store any content type on interchangeable P2P storage.The contracts are only accessible on the Ethereum Rinkeby Testnet until
the code doesn't reach the most extendable version toward other smart contracts.# Test
The testink also covers 'purity-blockchain-js' repository cases.
> npm run test# Deploy
For test deploy use-case we encourage to try out
[Ganache-Cli](https://docs.nethereum.com/en/latest/ethereum-and-clients/ganache-cli/)
's test blockchain environment.
You can start it from the project root folder if you installed the project's dependencies
> npm run start-testchain# Contribution and Future Licensing
This project doesn't have any specific license yet, until one contributor doesn't
join the development of this repository. Until then, Viktor Levente Tóth has exclusive
copyright above these materials.__Feel free to make pull requests!__