brunobuddy
Follow
Pinned Loading
-
BetDemocracy V 0.1 Contract
BetDemocracy V 0.1 Contract 1pragma solidity 0.4.17;
23import "./JsmnSolLib.sol";
4import "github.com/oraclize/ethereum-api/oraclizeAPI.sol";
5import "github.com/Arachnid/solidity-stringutils/src/strings.sol";
-
mnfst/manifest
mnfst/manifest PublicA Whole Backend That Fits Into 1 YAML file. ⭐ to support the project !
-
TypeScript SIRET Validation Script (...
TypeScript SIRET Validation Script (French company registration number) 1// Returns true if valid, false if not. Note that registrationNumber param is a string (usually provided by HTML imput)
2validateRegistrationNumber(registrationNumber: string): boolean {
3if (registrationNumber.length !== 14) {
4return false
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.