Giter Site home page Giter Site logo

gohypernet / hypernet-protocol Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 4.0 42.1 MB

Mono-repository containing all on-chain and off-chain code for implementing the Hypernet Protocol.

Home Page: https://docs.hypernet.foundation

License: MIT License

JavaScript 7.24% HTML 0.08% TypeScript 80.19% Starlark 0.02% Java 0.19% Ruby 0.02% Objective-C 0.14% Dockerfile 0.34% Shell 0.08% Solidity 11.71%
dao evm hardhat micropayments nfts solidity

hypernet-protocol's People

Contributors

adhocmaster avatar barhantas avatar dineshdb avatar gz-ashish avatar hypercharlie avatar iravlich avatar kryptoklob avatar moahammadalt avatar oguzhankarahan avatar onurkenis avatar ponyjackal avatar priyabhishek avatar rhlsthrm avatar tthebc01 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hypernet-protocol's Issues

embark exec issue

Trying to run embark exec fails due to an error about "unable to add property to string". A workaround provided by an embark labs employee bypasses this error, but then we get an "unknown service: blockchain" error.

npm & dependency issues

Had to switch off of Yarn due to strange incompatibility issues (of all the things!)
OpenZeppelin & the NitroProtocol aren't playing well together - a referenced, imported OZ package (SafeMath) in the Nitro SingleAssetPayments.sol contract isn't being detected at all, probably due to a conflict because we're using OZ's "contracts-ethereum-package" library, but Nitro is trying to use OZ's "contracts" library. (The contracts-ethereum-package library is upgradeable; the other is not.)

Simple workaround that seems to be fine: rename the import to "contracts-ethereum-package" and use a relative file path to the correct node_modules folder instead of using the @ style package import; compiles and deploys fine. Not a viable long term solution, need to investigate further.

When creating a new registry entry on the User Dashboard, you are *always* asked to approve Hypertoken to the smart contract, even if you already have.

https://rinkeby.launchpad.hypernet.foundation/registries/Hypernet%20Profiles/entries

When creating a new entry, there are two steps if this is the first time: first, approving Hypertoken to the smart contract; second, sending the create-new-entry transaction, which costs one Hypertoken that is pulled from your balance.

The second time you use this, it still asks for an "approval" erc20 transaction, even though you've already sent this in the first transaction.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.