|
1 year ago | |
---|---|---|
build/contracts | 1 year ago | |
contracts | 1 year ago | |
deployments | 1 year ago | |
docs | 1 year ago | |
enum_mappings | 2 years ago | |
flattened | 1 year ago | |
migrations | 2 years ago | |
scripts | 2 years ago | |
test | 1 year ago | |
.gitattributes | 2 years ago | |
.gitignore | 1 year ago | |
.travis.yml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
truffle-config.js | 1 year ago |
Snowflake is an ERC-1484 Provider
that provides on-/off-chain identity management. For more details, see the whitepaper.
This project is essentially a chain of smart contracts built on top of the Hydro Snowflake protocol, aiming to provide a marketplace platform for sellers to launch their own stores and sell to users. Coupons are also featured, allowing users to use globally defined coupons guaranteed to expire within a certain time period, or assigning coupons per Snowflake EIN, manageable via multiple addresses.
The marketplace itself is a Snowflake Resolver contract, which interacts with a Snowflake Via contract to handle the transaction (and thus coupon discount) logic.
This project is still under development, and dramatic changes will likely occur quickly. The full scope of the prospective completed project can be viewed here
Try the Snowflake Dashboard demo front-end (requires Metamask)!
git clone https://github.com/Luiserebii/HydroSnowflake-Marketplace-Coupons
npm install
npm run build
npm run chain
npm test
A mirror of this repository is available at: https://serebii.io:2501/Luiserebii/HydroSnowflake-Marketplace-Coupons
© The Hydrogen Technology Corporation 2018, under the GNU General Public License v3.0.